Htaccess File

chronoz9/phonedir/master/.htaccess

REQUEST_FILENAME
<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>
Exit mobile version