basdog22/Qool/master/.htaccess - Htaccess File

basdog22/Qool/master/.htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} ^qool.gr [NC]
RewriteRule (.*) http://www.qool.gr/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache