Hello, I get an error when I try to run my website with the .htaccess file. This is the error I get "500 Internal Server Error; The server encountered an internal error or misconfiguration and was unable to complete your request." When I rename the .htaccess file and try it again it works fine how-ever none of my links click though. I've copyed and pasted the content that is in the .htaccess file below. Could someone help me fix it because I don't know what is wrong. Thanks .htaccess --> Options +FollowSymlinks RewriteEngine On RewriteRule batch(.*)$ - [L] RewriteRule ^manage(.*)$ - [L] RewriteRule ^translate(.*)$ - [L] RewriteRule ^export(.*)$ - [L] RewriteRule ^templates(.*)$ - [L] RewriteRule ^favicon\.ico(.*)$ - [L] RewriteRule ^robots\.txt$ - [L] RewriteRule ^plain\.php$ - [L] RewriteRule ^(.*)$ index.php - [L]
.htaccess file of my client is not allowing me to put 404 error page can there be any solutions for this site is being developed in Php.???thanks