Problems using .htaccess
-
I am trying to access the following page:
https://www.webfinds.co.uk/wp/category/laptop/?tag=tag1
using the url:
https://www.webfinds.co.uk/wp/laptop-tag1/
But I get a 404 page, what am I doing wrong?Here are the details of .htaccess
Code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/ RewriteRule ^laptop-tag1/$ category/laptop/?tag=tag1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L] </IfModule>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problems using .htaccess’ is closed to new replies.