Skip to content

Friendly URLs in XAMPP

Update: this post is pretty old. I recommend you give Local a try. A very common requirement for today’s apps is having “friendly” or clean URLs. We can achieve that easily in XAMPP, following these steps: First, enable Apache’s mod_rewrite module: Edit httpd.conf file under [xampp-install-directory]/apache/conf. On Windows, that’s typically C:\xampp. Uncomment:#LoadModule rewrite_module modules/mod_rewrite.so So it stays:LoadModule rewrite_module…