Apache

Rewriting for RESTful URLs in Apache and Nginx

In my last post, I shared my issues with Apache ignoring the .htaccess file. The reason I was using .htaccess was to create RESTful URLs for my PHP app. I thought that now would be a good time to show how easy it is to do this. First off, I’ll start by showing you how [...]

How-To: .htaccess not working? Maybe Apache is Ignoring It!

I am a web developer. As a web developer, I require a web server to test my applications on. When .htaccess does not work, I am unable to test my applications. See the problem? So, this problem has plagued me before awhile back, and it happened again today. At first I thought it was a [...]