Milanowicz/generator-typo3/master/app/templates/typo3conf/ext/realurl/_.htaccess - Htaccess File

Milanowicz/generator-typo3/master/app/templates/typo3conf/ext/realurl/_.htaccess

RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache