Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter msencenb

    (@msencenb)

    Running Apache Ubuntu 8.04

    mod_rewrite is enabled… I think the .htaccess file I have is correct? It looks like this… but the links don’t work under the new link structure.

    Options +FollowSymLinks
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
Viewing 1 replies (of 1 total)