• Hi, I have been having trouble with my permalink settings with the pages. I have permalink set to /post=%post_id%/%postname%/ and it works well for the posts (two on the main page) but any pages don’t load correctly.

    For example the Computer Repairs page loads as http://www.preston.ie/#/pcrepairs/ and i’m not sure where it is getting the /#/. I would like to remove this because in the store http://www.preston.ie/#/shop/ it doesn’t load correctly as I use ecwid. The shop loads correctly if I have it as http://www.preston.ie/shop/

    Also for some reason it is changing the title of the website everytime a sublink is clicked. This has only happened since changing the permalinks and I can’t figure out how to fix it. I noticed the navigation on the whole site is slightly off.

    Thanks for any advice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Reset your desired permalink from wordpress admin area and add this code in htaccess:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thanks,

    Shane G.

    Thread Starter No Name

    (@willuk)

    Doesn’t seem to have fixed it. Thanks anyways 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘preston.ie Permalink problems’ is closed to new replies.