Initial commit
This commit is contained in:
9
typo3conf/ext/realurl/_.htaccess
Normal file
9
typo3conf/ext/realurl/_.htaccess
Normal file
@@ -0,0 +1,9 @@
|
||||
RewriteEngine On
|
||||
RewriteRule ^typo3$ - [L]
|
||||
RewriteRule ^typo3/.*$ - [L]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-l
|
||||
RewriteRule .* index.php
|
||||
|
||||
Reference in New Issue
Block a user