jarvo1980
Member
Posted 1 year ago #
Hi All,
Am going mad, I've the following rule in my .htaccess:
# Enable Rewrite Engine
RewriteEngine on
#Create friendly URL
RewriteRule ^welcome$ http://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
jarvo1980
Member
Posted 1 year ago #
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!! :-(
jarvo1980
Member
Posted 1 year ago #
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.