• Recently, I moved my wordpress to a subdirectory so I could use the main URL to load a splash page. However, now when I go to my homepage, the permalinks wont update and my previous posts do not load, but they are linked on the side widget.

    Can anyone help me?

    http://nisius.comuf.com/main

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nish4x

    (@nish4x)

    That is what I followed and it isnt working

    Thread Starter nish4x

    (@nish4x)

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^redirect\.php?id=$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /redirect.php [L]
    </IfModule>

    I have that in my .htaccess file.

    My wordpress is installed in public_html\main

    Should the RewriteBase read / or /main?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Permalinks Problem’ is closed to new replies.