Simple URL rewrite to www domain
Objavljeno: 16.03.2009. u 20:26 sati | Internet, Of topik
If your domain can be reached trough domain.com and www.domain.com and you don’t want that, you can do simple rewrite with .htaccess file to change this. 1. Create new file with you favorite text editor and save it as: .htaccess 2. Copy/paste these lines in your file: RewriteEngine On RewriteCond %{HTTP_HOST} ^domain.com$ RewriteRule (.*) http://www.domain.com/$1 [...]
