Custom Permalink Error
-
I have installed WP into sub-domain site.co.uk/shop
I installed .htaccess file with the following 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 WordPressProblem is when I use custom structure /%postname%/ (ie. site.com/shop/sample-post ) it leads to page cannot be found error 404
But when i use the site.com/shop/index.php/sample-post it works.
Can’t seem to work the problem out so all help and advice will be much appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Permalink Error’ is closed to new replies.