For some reasons,I have to move a cakephp application from
http://192.168.1.177 to http://192.168.1.177/sub,what changes should be
made ?
(http://192.168.1.177 worked well,if I move all the files to the
subfolder "sub",it brings some 'include' files error,php can't find the
right path)

My .htaccess file:
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule    ^$ app/webroot/    [L]
    RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>
should I change .htaccess also?
Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to