Localhost

icywind

New Member
Messages
57
Reaction score
0
Points
0
Hi there,

I want to know that if I'm going to run a site on my desktop(offline), what is the best offline server for testing?

I have this choices:
Wampserver
Xampp

I there many more server running scripts?

Thanks for a fast response!
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
I second the use of Apache for running a local test copy of your site.

Since most hosts will be running Apache, you will get used to how to configure and run the site. You can experiment with url rewriting and password protecting directories the way that you will have to do it in 'the real world'. I'm not sure if the alternatives have similar features.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
I use xampp as well, and I've modded it a bit to resemble x10's servers. This way I can try out things and when I'm sure it works, I can simply push it to my webspace.

I've already had problems with WAMP under vista but never from Xampp under Vista.
 
Last edited:
Top