Lately I found an error in my site after I upgrade my site into the new Genos.
The error is: Error 505 - Internal Server Error.
What hapenned???
Well, the error is located at .htaccess file. So we need to hack it again.
Edit these line :
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Customized error messages.
ErrorDocument 404 /index.php?=error-not-found
# Set the default handler.
DirectoryIndex index.php
So it will look like this :
# Don't show directory listings for URLs which map to a directory.
#Options -Indexes
# Follow symbolic links in this directory.
#Options +FollowSymLinks
# Customized error messages.
#ErrorDocument 404 /index.php?=error-not-found
# Set the default handler.
#DirectoryIndex index.php
I Hope I'll find another bugs soon.. 
Printer friendly page
Add your comment here
| Hits : 221 | Comments (0) |