dropmeaword/acephale/master/.htaccess - Htaccess File

dropmeaword/acephale/master/.htaccess

RewriteEngine on

RewriteBase /acephale

RewriteCond %{REQUEST_FILENAME} !/(admin|css|fonts|ico|include|js)/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond $1 !^(index.php)
RewriteRule .* index.php/$0 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache