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
Mongoose web server has an option named "url_rewrite_patterns". We should allow
for adding url rewrite patterns to settings.json. Instructions should be
provided with examples on how to make work existing Apache patterns with
Mongoose. For example:
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
What would be the equivalent in Mongoose?
Some frameworks do not make it easy to disaable pretty urls and url rewriting.
So we should definitely support it.
Original issue reported on code.google.com by [email protected] on 10 Feb 2014 at 3:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Feb 2014 at 3:33The text was updated successfully, but these errors were encountered: