chronoz9/phonedir/master/.htaccess - Htaccess File

chronoz9/phonedir/master/.htaccess

<IfModule mod_rewrite.c>
DirectoryIndex index.html index.htm default.htm index.php index.php3 index.phtm$
RewriteEngine On
RewriteBase /phndir/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|public|images|robots.txt|css)
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache