I have a domain that focuses on several geographical areas (within a state). I want to offer a classifieds solution, however I do not want/need multiple installs of the same script. I like the PhotoPost classifieds, however I need to find out if it will fit my needs.
I want to be able to install one instance of the script, and allow that one instance to serve several areas. For example:
www.mydomain.com/classifieds - Where I would install the script
Is it possible to do some sort of setup like this?
www.mydomain.com/classifieds/Area1 www.mydomain.com/classifieds/Area2 www.mydomain.com/classifieds/Area3
I would need each of my areas independent of each other with things like stats and recent ads (I need to display recent ads on the main page of each of my area so ads from area1 wouldn't be local to area3 for example). The database can share the same users across all areas (just not like actual ads since we are talking about different areas).
Is this possible with your script?