View Single Post

  #1 (permalink)  
Old 22-03-2008, 05:40 PM
wheres me jumpa wheres me jumpa is offline
Wannabe Geek
 
Join Date: Nov 2006
Location: Carlow
Posts: 117
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
wheres me jumpa will become famous soon enough
Send a message via AIM to wheres me jumpa Send a message via MSN to wheres me jumpa
Default .htaccess redirect

I am trying to redirect from a subdomain to a file using .htaccess. Its working but I dont want the redirect visible, i.e. I want the sub domain to remain as the url. i.e.:

User types casino.waffle.ie
Redirected to waffle.ie/casino.php
casino.waffle.ie remains in URL

Any help appreciated.

Heres the code that is currently visibly redirecting:

Code:
RewriteCond %{HTTP_HOST} ^casino.waffle.ie$ [OR]
RewriteCond %{HTTP_HOST} ^www.casino.waffle.ie$
RewriteRule ^(.*)$ http://www.waffle.ie/casino.php [R=301,L]
__________________
“When you want something, all the world conspires in helping you to achieve it.”

www.waffle.ie

waffle.ie/members/wheres me jumpa

Waffle Arcade
Waffle Casino
Waffle Radio
Waffle TV

NSFW.ie

wheresmejumpa.com
Reply With Quote