Browse Source

fix rewriting ruleset

master
parent
commit
8ad509b5b5
  1. 1
      joomla/joomla-apache.conf

1
joomla/joomla-apache.conf

@ -101,6 +101,7 @@ DirectoryIndex index.php
Order allow,deny
Allow from all
RewriteEngine On
RewriteBase /joomla
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f

Loading…
Cancel
Save