带有.htaccess的语义URL(错误500)

时间:2016-04-14 23:19:52

标签: php .htaccess

我希望语义我的网站网址,但是当我想显示结果时,我有500错误



Internal Server Error

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

Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80




.htaccess代码



RewriteEngine on

RewriteCond %{REQUEST_URI} 10/
RewriteRule 10/ http://localhost/Cnxkhamsat/admin/edit.php?chi_id=10




有任何帮助吗?

1 个答案:

答案 0 :(得分:0)

在尝试本地计算机时,代码似乎工作正常,这意味着没有语法错误。

最可能的情况是您没有使用RewriteEngine的适当权限。这通常发生在使用共享主机或有时是VPS时。

如果您有权访问httpd.conf文件,则很可能会从那里打开RewriteEngine。如果您无法访问它,那么您可能需要联系您的托管服务提供商并告诉他们您需要它们才能使用重写引擎。