Announcement

Collapse
No announcement yet.

.htaccess error (Mod_Rewrite) Friendly URL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • .htaccess error (Mod_Rewrite) Friendly URL

    I have domain www.bhutanobserver.com hosted on sc34.

    When i upload my .htaccess for search engine friendly url i get error!!

    This is my .htaccess file:

    Code:
    Options All -Indexes
    RewriteEngine On
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*) index.php
    This is the error i get:

    Code:
    [B]Server error![/B]
    
    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
    
    If you think this is a server error, please contact the webmaster.
    
    [B]Error 500[/B]
    
    www.bhutanobserver.com
    Thu Jul 13 18:17:46 2006
    Apache/2.0.54 (Debian GNU/Linux) mod_auth_pgsql/2.0.1 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e
    If Mod Rewrite is not enabled in this server please enable it.

    Thanks

  • #2
    abixalmon, mod_rewrite is enabled on our web hosting servers. However, some of the functionality of this mod has been restricted, due to security reasons. More specifically: "Options" are not allowed.
    Remove the following line from your .htaccess file: Options All -Indexes or comment it with an # and try again. If you still experience problems with the modified .htacceess file, please open a support ticket about this from through the Help Center in the web hosting control panel of your account.

    Comment

    Working...
    X