Topic awaiting preservation: front page != index.html (Page 1 of 1) |
|
---|---|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-18-2002 22:42
Is there a way to use .htaccess or something to specify the page to return in the case of someone just going to the top level? Right now, since index.html is automatically sent, but I want the first viewed page to be /cyanslime/index.html, I'm using a javascript redirect. However, I've found that that replaces the URL in the address bar, and as a result, I'm getting lots of links that aren't to the top-level - which will be a problem when I next change my front page. |
Paranoid (IV) Inmate From: California |
posted 01-19-2002 07:30
Hi Slime, code: RewriteEngine On
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-20-2002 18:37
Not my forte but would a symlink work in this situation as long as long as the ability to follow symlinks is enabled? |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 01-22-2002 07:22
This might help: http://wsabstract.com/howto/htaccess6.shtml |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-22-2002 20:41
Thanks everyone =) |