Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


htaccess help
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

htaccess help

KilwaKilwa Member
edited January 2012 in Help

Hello guys.

I have a forum: mywebsite.com
and a site: mywebsite.com/site/
Both on the same domain name.

Before 10 days I did this redirection:
mywebsite.com to mywebsite.com/forum/

So now I have:
mywebsite.com - > mywebsite.com/forum/
site: mywebsite.com/site/

Now I want to make mywebsite.com redirect to /site/ because I want to make mywebsite.com/site/ as the main site..so when visitors go to mywebsite.com goes to /site/ directly.

I want to redirect all these using 301 to /forum/

faq.php
feed.php
index.php
mcp.php
memberlist.php
posting.php
report.php
search.php
ucp.php
viewforum.php
viewonline.php
viewtopic.php

to:

\forum\faq.php
\forum\feed.php
\forum\index.php
\forum\mcp.php
\forum\memberlist.php
\forum\posting.php
\forum\report.php
\forum\search.php
\forum\ucp.php
\forum\viewforum.php
\forum\viewonline.php
\forum\viewtopic.php

Please someone can help me?

Thanks

Comments

Sign In or Register to comment.