htaccess question

liunx

Guest
hello i'm using htaccess to redirect a page...is there anyway of changing it so that is someone types in the actual addy to the page the wont get redirected instead see the page?...for example if the main site was xxx.xxx.com and the link goes to xxx.yyy.com but redirects to yyy.yyy.com is there a way so that if someone goes to xxx.yyy.com w/o clicking on the link from xxx.xxx.com to have it actually show the contents of xxx.yyy.com and not redirect to yyy.yyy.com?...if that makes any sence...lol if not please let me know and i'll try and explain it better<br />
<br />
<br />
<br />
also would there be a way to have the yyy.yyy.com show w/o an address bar?<!--content-->ok well i got the thing figured out about the no address bar showing but it's not loading what i want here is what my htaccess file says:<br />
Redirect /meetings/chatroom.html <!-- m --><a class="postlink" href="http://groups.msn.com/TheDisneyGroup/chat.msnw">http://groups.msn.com/TheDisneyGroup/chat.msnw</a><!-- m --><br />
<br />
now the addy to the main site is <!-- m --><a class="postlink" href="http://home.earthlink.net/~zone_disney/">http://home.earthlink.net/~zone_disney/</a><!-- m --> and i have the htaccess file in the meetings folder i have tried with it just saying /meetings/chatroom.html and saying /~zone_disney/meetings/chatroom.html i have a link on the meetings/index.html file and it leads to the chatroom.html should i name that something different? when i had it redirect from going to the /meetings/index.html it worked just fine and it read like this:<br />
Redirect /~zone_disney/meetings/ <!-- m --><a class="postlink" href="http://groups.msn.com/TheDisneyGroup/chat.msnw">http://groups.msn.com/TheDisneyGroup/chat.msnw</a><!-- m --><br />
<br />
but since i added the html file to it it's not working any suggestions on this?<!--content-->
 
Back
Top