Redirect www to non-www
-
hello everyone,
I have installed wordpress at domain.com, blog.domain.com, ads.domain.com, article.domain.com and smf forum at forum.domain.com and pligg at domain.com/bookmarks.
My domain.com for all domain,subdomain and subdiretory is working but when i try to go https://www.domain.com or https://www.blog.domain.com these are not working.
What do i need to add or edit in .htaccess file?
My .htaccess for root domain means domain.com is as follows –
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# BEGIN wtwp_cache
# END wtwp_cache# BEGIN wtwp_security
# END wtwp_securityFor seeing this error please visit https://aaatechnologyservices.com/ and https://www.aaatechnologyservices.com/
Please help me,
One thing i want to know more that is it not possible to make https://www.aaatechnologyservices.com/ primary and https://aaatechnologyservices.com/ secondary, it means i want to know that when user login to https://aaatechnologyservices.com/ it will redirect to https://www.aaatechnologyservices.com/?
Many Thanks In Advance !!!!
- The topic ‘Redirect www to non-www’ is closed to new replies.