Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Jesus] Main page and directory structure: Edit Log

Here is the list of edits for this post
Re: [Jesus] Main page and directory structure
Hi,

You could try mod_rewrite in the root of your site.

1) Upload a .htaccess file into your /public_html folder (or whatever your public WWW folder is)/

2) Add the following content;

Code:
RewriteEngine On
RewriteRule ^/$ /directory/index.html [L]
RewriteRule ^/index.html$ /directory/index.html [L]

This *should* then link http://www.yoursite.com/ to http://www.yoursite.com/directory/index.html.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Feb 10, 2005, 12:29 AM

Edit Log: