Hello, This is the site:
Redirection Issue from nonwww to www
4
Hello,
This is the site:
The Article Boss we want to redirect pages like The Article Boss to The Article Boss
For this we write the following .htaccess code. (site developed in wordpress)
But still the redirection not happening.
Using 301 plugin we able to redirect pages like The Article Boss to The Article Boss or The Article Boss to The Article Boss
Any advice highly appreciated.
This is the site:
The Article Boss we want to redirect pages like The Article Boss to The Article Boss
For this we write the following .htaccess code. (site developed in wordpress)
HTML Code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / rewritecond %{http_host} ^thearticleboss.com [nc] rewriterule ^(.*)$ http://www.thearticleboss.com/$1 [r=301,nc] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Using 301 plugin we able to redirect pages like The Article Boss to The Article Boss or The Article Boss to The Article Boss
Any advice highly appreciated.
- Wezley
- [ 1 ] Thanks
- ours
- Wezley
Next Topics on Trending Feed
-
4