URL Rewriting is not working
/var/www/html/cmdbsep.htaccess file
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^link.html$ add_server_admin.php?id=$1
I have made the following Entry in httpd.conf file
<Directory "/var/www/html/cmdbsep">
AllowOverride All
</Directory>
But still its not working
No comments:
Post a Comment