• Resolved hillshum

    (@hillshum)


    I got a WordPress install up and running manually on a Westhost system. Seems to be running Red Hat. Anyway, as soon as I turn on Pretty Permalinks I get 500 errors when I try to get to any page, and I get lots of

    [Tue Feb 09 17:49:29 2010] [alert] [client 75.165.226.48] /var/www/ccc/.htaccess: RewriteEngine not allowed here
    [Tue Feb 09 17:49:29 2010] [alert] [client 75.165.226.48] /var/www/ccc/.htaccess: RewriteEngine not allowed here
    [Tue Feb 09 17:49:34 2010] [alert] [client 75.165.226.48] /var/www/ccc/.htaccess: RewriteEngine not allowed here

    in my Apache error log.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    is my .htaccess file. Can anyone help me? Do I need to provide more info?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘.htaccess not permitted here’ is closed to new replies.