hybr/ajpm/development/public/interfaces/frontend/admin/php/.htaccess - Htaccess File

hybr/ajpm/development/public/interfaces/frontend/admin/php/.htaccess

AddType text/css .css
AddType text/javascript .js

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{HTTPS} !=on
RewriteCond $1 !^/(ico|css|js|imgges|query.php|search.php|service.php)/
RewriteRule ^(.*)$ index.php?$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
HTTPS, REQUEST_FILENAME

Comments

Apache