minchal/vero-hello-app/master/.htaccess - Htaccess File

minchal/vero-hello-app/master/.htaccess

RewriteEngine on

#RewriteCond %{HTTP_HOST} ^example.pl(.*) [NC] 
#RewriteRule ^(.*)$ http://www.example.pl/$1 [R=301,L]  

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .* index.php

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache