Hello friends...
I have a .htaccess
for url rewriting that looks like this:
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^(.*)\ms.htm $ $manage_student.php [nc]'
The code above gives me an error msg: "Error 500"
I am using apache 5.5.
Can anybody help me with my url rewriting?