Permalinks problems
-
Hi all.
I am about to launch a new site. I would like to the site to use pretty permalinks such as https://www.healthandbooty.co.uk/products/ rather than the standard https://www.healthandbooty.co.uk/?page_id=33
As yet the site has not been launched and there are a total of only 6 pages.
I have tried changing the permalink settings in wordpress but this gives me 404 errors.
My htaccess file on the server is as follows with the postnames permalink setting :-
#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
I am not worried about loosing traffic as the site is new and currently has no traffic. I would like o get it set up so when the site goes live I get the pretty SEO freindly links.
Later I may well add blogging and posts, but currenty it is just pages.
Thanks.
btw. I’m not a bot, I just have and interest in robotics, hence the user name ??
- The topic ‘Permalinks problems’ is closed to new replies.