Custom Permalink Breaks Stylesheet Hosted on Network Solutions
-
Hi,
I’d like to use Custom Permalinks to /%postname%/, which I’d done on other sites. When I make this change, it breaks the style sheet.
I’ve looked online and noticed some information about the .htacces file. I notice when I try the custom permalinks, it produces this:
# BEGIN WordPress# END WordPress
instead of, I believe the correct code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressWhat other solutions or suggestions that you have? It would be much appreciated! Thanks in advance.
Steve
- The topic ‘Custom Permalink Breaks Stylesheet Hosted on Network Solutions’ is closed to new replies.