Request for help with .htaccess file redirect
-
Hello,
I would like redirect https://dumbdomme.com/author/d/page/12 to https://dumbdomme.com/page/12 (where the number is a variable/dynamic). My site is https://dumbdomme.com
I added the following line to my mod-rewrite rules in my .htaccess file:
RewriteRule ^author/d/page(.*)$ https://dumbdomme.com/page$1 [L,R=301]
However, it doesn’t seem to work. I know I’m doing something wrong, I’m just not sure how to fix it. Any help is appreciated.
Best,
D
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Request for help with .htaccess file redirect’ is closed to new replies.