Skip to content
Snippets Groups Projects
Commit c9390468 authored by Ernesto Baschny's avatar Ernesto Baschny
Browse files

Fixed bug #16075: Add IfModule mod_rewrite.c to misc/advanced.htaccess

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9178 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 6d7057ae
Branches
Tags
No related merge requests found
2010-10-20 Ernesto Baschny <ernst@cron-it.de>
* Fixed bug #16075: Add IfModule mod_rewrite.c to misc/advanced.htaccess
2010-10-20 Steffen Gebert <steffen@steffen-gebert.de> 2010-10-20 Steffen Gebert <steffen@steffen-gebert.de>
   
* Fixed bug #16049: Loading mask doesn't disappear on hitting Esc/cancel loading * Fixed bug #16049: Loading mask doesn't disappear on hitting Esc/cancel loading
......
...@@ -52,6 +52,8 @@ ...@@ -52,6 +52,8 @@
### Begin: Rewrite stuff ### ### Begin: Rewrite stuff ###
<IfModule mod_rewrite.c>
# Enable URL rewriting # Enable URL rewriting
RewriteEngine On RewriteEngine On
...@@ -114,6 +116,8 @@ RewriteCond %{REQUEST_FILENAME} !-l ...@@ -114,6 +116,8 @@ RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L] RewriteRule .* index.php [L]
</IfModule>
### End: Rewrite stuff ### ### End: Rewrite stuff ###
### Begin: PHP optimisation ### ### Begin: PHP optimisation ###
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment