Forums

Problems using .htaccess (3 posts)

  1. ridesign
    Member
    Posted 1 year ago #

    I am trying to access the following page:
    http://www.webfinds.co.uk/wp/category/laptop/?tag=tag1
    using the url:
    http://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>
  2. ridesign
    Member
    Posted 1 year ago #

    Do I need to install a plugin to get the above working?
    I tried placing: RewriteRule ^laptop-tag1/$ category/laptop/?tag=tag1 [L]

    above the wordpress rules but that does not seem to work either.

  3. ridesign
    Member
    Posted 1 year ago #

    Is it possible to do the above?
    any help appreciated.

Topic Closed

This topic has been closed to new replies.

About this Topic