| Subcribe via RSS


mod_rewrite cheat sheet

September 23rd, 2008 | No Comments | Posted in htaccess by dreamluverz


Tags: , , , ,

mod_rewrite domain

May 21st, 2008 | No Comments | Posted in anything under the moonlight, apache, htaccess by dreamluverz


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

Introduction to mod_rewrite

Tags: ,