Cleaned up a few whitespaces & removed the no-longer-used ncludeOsearch var from...
[shindig.git] / php / .htaccess
blob0a332fcd597a7b2f393873134290307f04c8a56f
1 <IfModule mod_rewrite.c>
2         RewriteEngine On
3         RewriteCond %{REQUEST_FILENAME} !-f
4         RewriteCond %{REQUEST_FILENAME} !-d
5         # NOTE: If you added a web_prefix to config, add it here too, e.g.:
6         #RewriteRule (.*) /shindig/php/index.php [L]
7         RewriteRule (.*) index.php [L]
8 </IfModule>