Topic: mypunbb.com - free punbb hosting
ok, since the host people who were going to do this never got back to me i'm gonna do this myself, i've bought the domain http://www.mypunbb.com/ and soon there will be free punbb forum hosting on a subdomain of your choice (i hope), e.g. http://connorhd.mypunbb.com
to begin with theres just going to be the default punbb install but i would like additional packages to be available, how its going to work is:
subdomain.mypunbb.com/file.php loads
mypunbb.com/forum/file.php with the config file getting the table prefix from the subdomain name, however i would like it to be able to load a different set of forum files depending on the subdomain name,
an idea is to use mod_rewrite in apache like this
mypunbb.com/forum/file.php becomes mypunbb.com/forum/loader.php?file=file.php so that the loader can lookup the subdomain name from the header and choose the right package, which in theory works except for mod_rewrite losing get variables when i use it, if anyone has any ideas on how to do this i would be very happy