|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Mod_rewrite No ideaHi. I've got problem with mod rewrite. When i put my app into remote server i get Warning: include(cake/bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home3/kaczano/public_html/ ajax1/app/webroot/index.php on line 81 I done sudo chmod 777 -R, fur sure. But still didn't work. I have enabled mod_rewrite on server but I don't have permission to change AllowOverride All /ajax1/.htaccess <-------------------------------------------------> <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] </IfModule> <-------------------------------------------------> /ajax1/app/.htaccess <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] </IfModule> <------------------------------------------------> /ajax1/app/webroot/.htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] </IfModule> Please help!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@... To unsubscribe from this group, send email to cake-php+unsubscribe@... For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Mod_rewrite No ideaOkay. I solve that. just update my cakephp verison. I don't know why but it's working
2009/11/3 kangur91 <kangur91@...>
-- Pozdrawiam, Mateusz Kaczanowski --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@... To unsubscribe from this group, send email to cake-php+unsubscribe@... For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |