Forums

Permalinked subpages broken (2 posts)

  1. legend411
    Member
    Posted 4 years ago #

    I seem to be having trouble...All the images and stylesheet calls in my header work fine on first level pages (eg: http://mysite/parent), but as soon as I make a sub page and go to it via a permalink (eg http://mysite/parent/page/), my images, stylesheet calls and js calls in my header can't be found. WordPress is writing my htaccess file, and it is currently:

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

    # END WordPress

    on my xampp. What can I do? I read the crap out of the permalink page on here, to no avail.

  2. legend411
    Member
    Posted 4 years ago #

    Bump. I would really like to get this to work, as it stands with everything I've tried the only thing I could think of doing is absolute pathing everything, which will suck.

    Anyone else have this issue?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.