dousui3124 2016-03-29 09:58
浏览 40
已采纳

内部服务器错误.htaccess

I have a problem with my .htaccess file.

In my .htaccess file I have this:

RewriteEngine on

RewriteRule ^user/([0-9a-zA-Z]+) user.php?u=$1 [NC, L]

And it is placed in my C:/../wamp/www/mysite/

My site worked before I had this file, so I'm not sure what I'm doing wrong. I'm kind of new to this aswell so it's bound to go wrong. Whenever I run my site I get the error: Internal Server Error

"The server encountered an internal error or misconfiguration and was unable to complete your request."

  • 写回答

1条回答 默认 最新

报告相同问题?