29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-29 00:23:41 +00:00

# Fixed artf1483 : SEF default .htaccess file settings are too lax

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@426 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
This commit is contained in:
Rey Gigataras 2005-10-09 18:24:12 +00:00
parent f9abdc8dac
commit 8ed57070da
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Legend:
--------------------
09-Oct-2005 Rey Gigataras
# Fixed artf1483 : SEF default .htaccess file settings are too lax
# Fixed artf1480 : Administrator type user can loggof Super Adminstrator
# Fixed artf1405 : Joomla shows Items to unauthorized users [Minor Security Bug in 1.0.2]
# Fixed artf1422 : PDF Icon is set to on when it should be off

View File

@ -22,6 +22,7 @@ RewriteEngine On
# Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php