godvsdeity/simpleCoding/master/.htaccess
# php_flag magic_quotes_gpc off
# php_flag register_globals off
# php_flag session.auto_start off
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L]
</IfModule>
Files
