Hello
I've been reading this conversation but I'm unclear about
Code:
# base directory to all link files from the server root without trailing "/"
$base_dir = "/home/usr/you/links";
Now this is where most people get confused - it is not www.nameofyoursite.com it is the document_root of your site and it is not trying to get you to your cgi-bin - it is the root to your html pages.
Would "home" be "public_html?
Would "usr" be "mysitename"?
Would "you" be "foldername"?
Would "links" be the final link?
This is all new to me. I'm so used to just uploading webpages so the coding part is my downfall.
Would I also have to move the CGI-Bin outside of my ffalinks folder?
here's my site path http://www.mysitename.com/ffalinks
Would I want it to start as http://www.mysitename.com/ffalinks/links/ffa-business.html (example)
I'm also a little confused about how to get to the Admin Panel.
I don't seem to have an Admin file anywhere.
Would this be on the "addlink.html" page?
Any help would be appreciated.