Permalinked subpages broken
-
I seem to be having trouble…All the images and stylesheet calls in my header work fine on first level pages (eg: https://mysite/parent), but as soon as I make a sub page and go to it via a permalink (eg https://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)
Viewing 1 replies (of 1 total)
- The topic ‘Permalinked subpages broken’ is closed to new replies.