Quote:
Originally Posted by V_RocKs
Playing with XAMPP for Windows and I have no idea how I ended up on this road... Was it an ad on a page of something else? no fucking idea...
Anyway... Sets up apache/mysql/php/perl environment and it is currently the best and the easiest one I have used to date.
Going to go and have some fun... I am sure Fris had something to do with how I got here... I can't remember how... but amazing!
|
also a good idea, if you want to develop locally and eventually move it to a domain, just edit your c:\windows\system32\drivers\etc\hosts file
say the domain you plan on using is sexybabes.com
add
Code:
127.0.0.1 sexybabes.com
127.0.0.1 www.sexybabes.com
then when moving it will be painless and you wont have to do all the extra shit when fixing urls, etc. just an export and import.