Jump to content

[SOLVED] help needed for http://site.com to http://www.site.com


gdhanasekar

Recommended Posts

Hi all,

 

If some type the url like http://site.com, I want to redirect it like http://www.site.com.I think it will be done using htaccess or php.ini . if someone knows this issue..please share it.

 

Regards!!!

php web developer

http://www.php-web-developer.net/

if your web hosting in linux then u use .htaccess file for url rewrite or redirection

Ex.

Options +FollowSymLinks

RewriteEngine On

RewriteCond %{HTTP_HOST} ^(test\.com)$ [NC]
RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.