iangdavidson.com/.htaccess

8 lines
165 B
ApacheConf
Raw Permalink Normal View History

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