Apache rewrite rules not causes a download dialog of the PHP file
- by Shaihi
I have Apache 2.2.17 using the WAMPServer 2.1 installation.
I am debugging a website fully local on my computer.
I have the following rule in the .htaccess:
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php
Options +FollowSymlinks
RewriteEngine on
Rewritebase /
RewriteRule ^bella/(.*)/(.*)$…