Files
oberstufe-alt/typo3conf/ext/realurl/_.htaccess
2018-04-02 08:07:38 +02:00

10 lines
216 B
Plaintext

RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php