• legend411

    (@legend411)


    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.

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

    (@legend411)

    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?

Viewing 1 replies (of 1 total)
  • The topic ‘Permalinked subpages broken’ is closed to new replies.