.htaccess mod_rewrite > 500 Internal Server Error
I am using .htaccess. My original link is: http://example.com/CareerDays/index.php?u_type=admin And I'm trying to make it look like this: http://example.com/v/admin The entire code looks like this: RewriteEngine On RewriteRule ^v/([^/]*)$ /CareerDays/index.php?u_type=$1 [L] And I always get " 500 Internal Server Error " Nasser When you put configuration directives in a .htaccess file, and you don't get the desired effect, there are a number of things that may be going wrong. Most commonly, the problem is that AllowOverride directive in httpd.conf file is not set such that your configuration