Skip to content

Commit

Permalink
Fix rewriting
Browse files Browse the repository at this point in the history
  • Loading branch information
Drak committed Jul 1, 2012
1 parent f5c72f4 commit 340152e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/.htaccess
Expand Up @@ -10,7 +10,7 @@
RewriteEngine On

# For rewriting to work you might need allow overrides, e.g.:
#AllowOverride All
#Options FollowSymlinks

# Enable RewriteBase if Zikula is installed to a sub-directory
# RewriteBase /your/path/to/Zikula
Expand All @@ -19,5 +19,6 @@ RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule ^(.*)$ - [NC,L]
#RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ app.php [QSA,L]

0 comments on commit 340152e

Please sign in to comment.