29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-05 03:23:43 +00:00

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@1436 6f6e1ebd-4c2b-0410-823f-f34bde69bce9

This commit is contained in:
Emir Sakic 2005-12-13 22:03:00 +00:00
parent 520b63484e
commit dd93a4a26c

View File

@ -12,7 +12,7 @@
# mod_rewrite in use
#
# RewriteEngine On
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
@ -24,10 +24,10 @@
# Rules
#
# RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.*) index.php
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
#
# php mb string settings to ensure correct utf-8 support