I have searched Google and treied the following:
First I checked the debian mods-enabled directory. Nothing there, so i install it using:
Code: Select all
a2enmod rewriteThen I restart Apache.
I try again using this rewrite code:
Code: Select all
RewriteEngine on
RewriteRule proxy.html proxy.phpCode: Select all
http://192.168.1.103/myprog/uploads/proxy.htmlThe .htaccess file resides inside the 'uploads' directory as does the 'proxy.php' file.
How do I confirm whether mod_rewrite is working? It's available in the mods-enabled directory what more do I have to do...