1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

.htaccess redirect

Discussion in 'Apache' started by tandiono, Nov 17, 2005.

  1. #1
    Hi! How can i reditect example :

    sdasada.example.com and asdasda.example.com/asdasda

    THis is my current .htaccess :

    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^example.com
    RewriteRule ^(.*)$ http://example.com/$1 [R=301]

    It can only redirect for the subdomain (subdomain.example.com) but not for the (example.com/adasad) , which i would also like to force it redirect to other site. Is there any way that i can do? Thanks
     
    tandiono, Nov 17, 2005 IP