iangdavidson.com/.htaccess
2014-12-11 22:04:34 -05:00

8 lines
No EOL
165 B
ApacheConf

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]