I tried a free directory script (boonex.com) on my site which is hosted on GoDaddy servers, and i was told by the creator that i wasnt able to use his script (see below): Now i am starting another business venture using my same hosting account and it will require a directory script. Is there any DP member out there that is running a Free/Cheap directory script that works well on GoDaddy hosting? Any help at all would be much appriciated. Chris
I run with my directory site http://www.dirspace.com/ the biz-directory script on godaddy hosting. The script is free and easy to use. Godaddy doens't support mod-rewrite stuff of other server modifications, but I worked my way around this problem. And now it running great!
Whatifind, Tahnks! Where did you download biz directory at? im searching, but can't find it. did you have to make modifications to the script itself for it to be compatiable with Godaddy?
You can download the script here: http://www.biz-directory.org/directory_script.php I made several hunderds of pages nameing them 1.php, 2.php, 3.php and so on. this php file contains the following script. <? $no = substr(basename($_SERVER['PHP_SELF']),0,-4); require_once("http://www.yourdirectoryname.com/index.php?c=$no"); ?> Code (markup): What this script does is, that it extracts the number from the url and then includes the dynamic page containing that page number. After uploading these files I made several modifications to the script manually. With a bit of php knowledge it should be easy to do. If you should run into any problems send me a pm and I'll help you. Good luck!
how to make a url seo friendly...i mean don wnat querystring in my dir www.cash-for-surveys.com/dir i want either arts.php or arts.html can you provide me that mod_rewrite code