• Hi,

    I have a WordPress development website @ http://www.example.com/wascc

    In /public_html/wascc/.htaccess I have:

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

    The home page loads fine, but any other page loads the error page of WordPress installed @ http://www.example.com

    Help appreciated.

    Regards,
    Steve

The topic ‘links not working on subdirectory install’ is closed to new replies.