Browse Source

See Issue #106

pull/107/head
Kanti 11 years ago
parent
commit
c5104c72b8
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      .htaccess

+ 1
- 4
.htaccess View File

@ -1,9 +1,6 @@
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Make HTMLy handle any 404 errors.
ErrorDocument 404 /index.php
@ -122,4 +119,4 @@ DirectoryIndex index.php index.html index.htm
text/x-component \
text/xml
</IfModule>
</IfModule>

Loading…
Cancel
Save