Gossamer Forum
Home : Products : Links 2.0 : Discussions :

I got one for you

Quote Reply
I got one for you
I am not asking for how to setup links. I have it all setup. What I am looking for is something different.
In Links.CFG there is the pages to be built line of code. My server wont allowme to build links on my main page. ex: www.copyright-web.com. I have to use .htaccess to get it to show up as the index.html. What I am wondering is, is there some code or something to force links to build it as the main page and not in a sub-directory.

This may seem kind of confusing, maybe the following will clear it up.

What I am running right now is:
$build_root_path = "/data1/hypermart.net/copyright-web/links";
$build_root_url = "http://www.copyright-web.com/links";

and I am using .htaccess to make http://www.copyright-web.com/links, show up as http://www.copyright-web.com. This would work fine but it messes up the link paths.

What I need is this:

$build_root_path = "/data1/hypermart.net/copyright-web";
$build_root_url = "http://www.copyright-web.com";

For some reason or another my server will not allow this. It seems it wont allow anyone or anything to chmod /data1/hypermart.net/copyright-web. Anyone have any ideas?

Thanks in advance,



------------------
Lord Copyright
Founder / Webmaster
Copyright Web
--------------------
www.copyright-web.com
Quote Reply
Re: I got one for you In reply to
You cannot CHMOD your root directory. What you must do is make a index.html file, New, Cool and Ratings folder in your root folder and a folder with the name of each main category you have. CHMOD all of these files 777 and you should be on your way.

------------------
Quote Reply
Re: I got one for you In reply to
Where did you get the template BTW?

------------------
Quote Reply
Re: I got one for you In reply to
Thanks for the help. I cant believe I didnt think about that myself.

Where did I get that template? I made that one myself. Still working on it.

Thanks again,



------------------
Lord Copyright
Founder / Webmaster
Copyright Web
--------------------
www.copyright-web.com