kenney84
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: Using htaccess to redirect from a ?q= stub.@bengreeley and @sterndata, with these powers combined everything is working perfectly! I can’t thank you guys enough for the help!
Forum: Fixing WordPress
In reply to: Using htaccess to redirect from a ?q= stub.Thank you Steven!
It is so very close to working… I have this code in the .htaccess file:
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{QUERY_STRING} q=downloads RewriteRule (.*) /downloads/ [R=301,L] </IfModule>The only issue is that it redirects to website.com/downloads/?q=downloads instead of just website.com/downloads
Very good morning to you as well Prashant!
I hadn’t even looked at the fact that my database browser was paginating the _options table! Found the “aio_wp_security_configs” option_name and modified the option_value. Worked like a charm!
Thanks a ton! You’ve saved me a lot of headache and a lot of future headaches!
Have a great week!
Viewing 3 replies - 1 through 3 (of 3 total)