Category: Servers and Sites

How To Setup, apache, php and configure rewrite, htaccess on WinXP

Reference site for setting up apache+php on WinXP machine : To setup apache in winXP http://www.mjmwired.net/resources/mjm-apache-windows.html To setup htacess .. http://sniptools.com/tutorials/windows-apache-and-htaccess-authentication#quickwindows htaccess configuration software http://www.tlhouse.co.uk/pc_software.shtml Try install wordpress http://www.devside.net/guides/windows/wordpress thaccess mod rewrite example http://www.bloghash.com/2006/12/apache-mod_rewrite-examples/ http://tomclegg.net/rewriterule thaccess mod rewrite syntax http://localhost/manual/en/mod/mod_rewrite.html#rewriterule Dont forget to add something like this after installing PHP, in httpd.conf : <Directory “C:/PHP/”> […]

Read More →