Update .htaccess
This commit is contained in:
parent
b5fd7a6791
commit
cb83b2b98c
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ ServerSignature Off
|
|||
# Disable directory listing (-indexes), Multiviews (-MultiViews) and enable Follow system links (+FollowSymLinks)
|
||||
Options -Indexes
|
||||
Options -MultiViews
|
||||
Options +FollowSymLinks
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
|
||||
|
@ -29,4 +28,4 @@ Options +FollowSymLinks
|
|||
RewriteCond %{REQUEST_URI} !\.(css|js|html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpe?g|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$ [NC]
|
||||
RewriteRule . index.php [L]
|
||||
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
|
Loading…
Add table
Reference in a new issue