app dir:
E:\PHP\CakePhp\cake_1.1.19.6305\cake_1.1.19.6305
  /app
  /cake
  /vendors
  .htaccess
  index.php
  VERSION.txt

apache httpd.conf set :
LoadModule rewrite_module modules/mod_rewrite.so
DocumentRoot "E:\PHP\CakePhp\cake_1.1.19.6305\cake_1.1.19.6305"
<Location /photo>
  Order deny,allow
  Allow from all
</Location>
Alias /photo "E:\PHP\CakePhp\cake_1.1.19.6305\cake_1.1.19.6305\app
\webroot"

when i request this url :http://localhost:81/photo/
response:


    * Home
    * Browse
    * Comments  href="http://localhost:81/comments/";
    * About
    * Login

when i click Comments href ,it response :

Forbidden

You don't have permission to access /comments/ on this server.


who can help me to resolve it ,thanks very much.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to