Add this to the top of the .htaccess in the root install directory of
CakePHP, before the current contents of the file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/cgi-bin/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/robots.txt$ [OR]
RewriteCond %{REQUEST_URI} ^/401.shtml$
RewriteRule ^.*$ - [L]
</IfModule>
Add more directories and files by adding more RewriteCond lines with [OR] at
the end.
HTH,
Eric
On 2/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> I just finished a site using CakePHP, but I have a problem. My
> server's web interface software is in the cgi-bin folder which i can
> no longer access due to the mod_reroute. What can I do?
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---