• Hi All,

    Am going mad, I’ve the following rule in my .htaccess:

    # Enable Rewrite Engine
    RewriteEngine on

    #Create friendly URL
    RewriteRule ^welcome$ https://www.domain.co.uk/?ec3_today=1 [L]

    However, it doesn’t seem to work. I’ve tried adding it inside:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    </IfModule>
    # END WordPress
    And outside but to no avail. Do I need to do something else?

    TIA

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jarvo1980

    (@jarvo1980)

    Out of interest does WP have it’s on rewrite thing going on? I use pretty permalinks but due to one plug-in, it adds the ?ec3_today=1 to the url.

    This is driving me mad!! ??

    Thread Starter jarvo1980

    (@jarvo1980)

    Been plugging away again at this but still to no avail.

    Is anyone able to shed some light perhaps?

    Thanks

    You should try a mod rewrite forum since that is what you are having an issue with.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mod_rewrite woes’ is closed to new replies.