i found a site that lets u test scripts in java, php, asp, perl/cgi etc from ur localhost as in your own pc it has all the required parts u can download it from
http://www.devside.net/server/webdeveloper
its easy 2 install and use plus dnt need 2 upload ur scripts anywhere
only mod i had 2 make was 2 enable .htaccess files to work to do this edit httpd.conf in www\Apache22\conf folder
then change this part
from:
<Directory "/www/webroot">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
to:
<Directory "/www/webroot">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
if u enable ur ip in dns settings in winxp u can run everything online from ur pc but dnt ask me how to do this as i cant cos my own ip changes every 10mins or so lol
http://www.devside.net/server/webdeveloper
its easy 2 install and use plus dnt need 2 upload ur scripts anywhere
only mod i had 2 make was 2 enable .htaccess files to work to do this edit httpd.conf in www\Apache22\conf folder
then change this part
from:
<Directory "/www/webroot">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
to:
<Directory "/www/webroot">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
if u enable ur ip in dns settings in winxp u can run everything online from ur pc but dnt ask me how to do this as i cant cos my own ip changes every 10mins or so lol
Comment