Htaccess File

andrejmaya/fti-trips/master/typo3conf/ext/realurl/_.htaccess

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

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