Dumb Domme
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Why was my response removed from this thread?
Same issue here.
Forum: Fixing WordPress
In reply to: Request for help with .htaccess file redirectThank you both, Seacoast Web Design and halty.
halty,
I moved the line as you suggested and it worked beautifully. In all the reading I did trying to find the answer myself, I never thought to look into the order of things.
Thank you so much for your time and your help. It’s appreciated. 🙂
Best to you,
DForum: Fixing WordPress
In reply to: Request for help with .htaccess file redirectThanks for the response, halty.
Here’s exactly what I have:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteRule ^author/d/page(.*)$ http://dumbdomme.com/page$1 [L,R=301] </IfModule>Did I make a mistake somewhere else that might be affecting the rewrite?
Thanks for any insight you can provide.
Best,
D
Viewing 4 replies - 1 through 4 (of 4 total)