Gossamer Forum
Home : Products : Links 2.0 : Customization :

How do I make the index.html file build to root?

Quote Reply
How do I make the index.html file build to root?
Everytime I build, the index.html file is generated within the "pages" directory? I want it to go to my root dir...how can I do this?? I am lost...

AtDhVaAnNkCsE

Neeper ·(ó.ò)·
Quote Reply
Re: How do I make the index.html file build to root? In reply to
uhh.. well you change it in links.cfg

if it gives you a permission DENIED..

then you have to chmod your root dir 777

if you don't know how to do that.. i use CuteFTP.. and make a custom command with this content:

SITE CHMOD 777 .

jerry
Quote Reply
Re: How do I make the index.html file build to root? In reply to
A root directory of 777 probably isn't a good idea, all you need is a file index.html chmoded 777 (could be 0 byte, doesn't matter as it gets overwritten).

Point $build_root_path and $build_root_url to your root directory (links.cfg)
Quote Reply
Re: How do I make the index.html file build to root? In reply to
Hey thanks guys. I have it working. Much, much better.

Thanks again!
Neeper