You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically I want to redirect all requests to the index.php.
So I would like to start moongoose with the following htaccess rule
is it possible to do that with moongoose?
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Regards
Deniz
Original issue reported on code.google.com by [email protected] on 20 Apr 2013 at 4:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 20 Apr 2013 at 4:55The text was updated successfully, but these errors were encountered: