Moon
Moon

Reputation: 22565

How to redirect to www.domain.com in linux?

How di I redirect to www.domain.com when a user access a file in a server without www. ?

I am not just talking about index.php file.

THanks!

Upvotes: 0

Views: 248

Answers (1)

Cesar A. Rivas
Cesar A. Rivas

Reputation: 1355

gruber uses the .htaccess to redirect. read more http://daringfireball.net/2006/05/htaccess_redirection

you could do the inverse.

Upvotes: 1

Related Questions