Colorway Theme - Permalinks suddenly stopped working

Discussion in 'ColorWay WordPress Theme' started by naturaldog, Nov 14, 2012.

  1. naturaldog

    naturaldog New Member

    Joined:
    Jan 5, 2012
    Messages:
    6
    Likes Received:
    0
    Hi,

    My site page links suddenly stopped working today. I immediately suspected a permalinks issue and had to reset my settings to Default to get them working again, (they were set to Post Name previously).

    Do you have any idea what the problem would be? Here is my .htaccess info

    Options FollowSymLinks

    # 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


    Please advise!
     
  2. naturaldog

    naturaldog New Member

    Joined:
    Jan 5, 2012
    Messages:
    6
    Likes Received:
    0
    Can I get some help with this?..Also, it isn't a mod rewrite issue.
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please send your wp-dashboard id, password and login page link with problem description
    at [email protected]

    We will resolve your issue.
     

Share This Page