Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
6 + 6 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

Re: How do i redirect an old xoops page to main page ?
by blackrx on 2010/5/1 13:59:13

yes i use cpanel redirection and its working...thanks
Re: How do i redirect an old xoops page to main page ?
by sailjapan on 2010/3/16 12:54:23

If your host provides you with CPanel, there's a redirect function there that's easy to use.
Re: How do i redirect an old xoops page to main page ?
by Peekay on 2010/3/16 11:42:18

Apache Mod Rewrite needs to be enabled on your server which is not always the case. To test:

le="color: #000000"><?php rewriteEngine on rewriteRule ^noexist.html$ http://www.mysite.com/doesexist.html [L]


Upload 'doesexist.html', request the page 'noexist.html' in your browser and you should be redirected.

If that doesn't work, try adding the 'symlinks' line, e.g.

le="color: #000000"><?php Options +FollowSymLinks rewriteEngine on rewriteRule ^noexist.html$ http://www.mysite.com/doesexist.html [L]
Re: How do i redirect an old xoops page to main page ?
by blackrx on 2010/3/16 6:22:20

thank you peekay

but its not working
Re: How do i redirect an old xoops page to main page ?
by Peekay on 2010/3/16 2:43:11

You can try

le="color: #000000"><?php RewriteEngine on RewriteCond %{QUERY_STRING} ^id RewriteRule ^/modules/content/print.php$ http://www.mysite.com [L,R=301]


But it's late and I am heading for bed, so you might want to see what others recommend!

Who's Online

203 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits