vitormattos/MeuCasamento/master/.htaccess - Htaccess File

vitormattos/MeuCasamento/master/.htaccess

RewriteEngine on

RewriteCond %{HTTP_HOST} ^vitorejakeline.com.br
RewriteRule ^ http://www.vitorejakeline.com.br%{REQUEST_URI} [L,R=301]

RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache