Forums

Custom Permalink Breaks Stylesheet Hosted on Network Solutions (1 post)

  1. stevegiovinco
    Member
    Posted 4 months ago #

    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 WordPress

    What other solutions or suggestions that you have? It would be much appreciated! Thanks in advance.

    Steve

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 4 months ago by stevegiovinco
  • This topic is not resolved
  • WordPress version: 3.2.1