| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | Aug 18 '12 at 12:34 | |
| stats | profile views | 1 |
|
Aug 18 |
comment |
Help with 301 redirect from subdomain to root domain thanks but it's not working for me. Maybe I'm placing it in the wrong spot in my .htaccess # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On [I tried the code here] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress [I also tried the code here] other working 301s are here I can't seem to format this so it's easy to read. |
|
Aug 17 |
comment |
Help with 301 redirect from subdomain to root domain Thanks for your reply Nick. I just need to redirect from sub.yourdomain.com/uri to yourdomain.com (no uri) |
|
Aug 17 |
awarded | Student |
|
Aug 17 |
asked | Help with 301 redirect from subdomain to root domain |