| Re: how to redirect |
| by ron-cpw on 2007/1/23 1:42:29 ...a rookie question on this technique: (I have a pending new site that may require the XOOPS install to be in a subdirectory) If you use the index.html redirection, or an .htaccess to redirect... ..does that affect how you look to the search engines? If so, how? ...and how can you overcome that? thanks |
| Re: how to redirect |
| by cyberspace on 2007/1/10 13:35:37 thx for all the responses, I ended up using the .htaccess. it was the easiest way.
|
| Re: how to redirect |
| by preachur on 2007/1/9 20:08:37 Just don't MASK the redirect. If you do your users will experience login problems. You can also assign that IP to a regular domain name if you have nameservers set up. |
| Re: how to redirect |
| by snow77 on 2007/1/9 19:13:49 you can put an index,html file with this code in your root: le="color: #000000"><?php <html> <head> <title>YOUR SITE TITLE</title> <meta http-equiv="Refresh" content="0; URL=http://www.YOURURL.com"> </head> <body> </body> </html>
|
| Re: how to redirect |
| by coopersita on 2007/1/9 18:37:55 Ask your system admin. Or use your .htaccess file to do it. |