RewriteEngine On
#comment out the options followsymlinks when in prod
#Options +ExecCGI +FollowSymLinks
RewriteBase /rbanh/blah/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]
# prevent directory browsing
Options -Indexes
<FilesMatch "\.(htaccess|svn|xml|inc|.*sql|cache_|.*~)$">
deny from all
</FilesMatch>
bash
1
RewriteEngine On
#comment out the options followsymlinks when in prod#Options +ExecCGI +FollowSymLinks
RewriteBase /rbanh/blah/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]# prevent directory browsing
Options -Indexes
<FilesMatch "\.(htaccess|svn|xml|inc|.*sql|cache_|.*~)$">
deny from all
</FilesMatch>
Hey there! I see you're running Internet Explorer 6.
That's neat. This reminds me of my grandpa. He had this old car that he kept having to fix. He spent so much money on it that he didn't want to get rid of it (even when it stopped running).
0 Comments