URL重写500错误

时间:2015-04-19 10:22:47

标签: php .htaccess

我是重写网址的初学者。我试着做简单的重写但是很糟糕。我不知道为什么。搜索了答案但没有找到任何答案。

我遇到的错误:

  

500内部服务器错误|此外,尝试使用ErrorDocument处理请求时遇到404 Not Found错误。

我的htaccess文件位于/admin/.htaccess 我在/.htaccess中有另一个 - 在此我有这个代码:Options -Indexes

# Rewriting URLs
RewriteEngine On

RewriteRule ^custom dashboard.php [NC, L]

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

在[NC,L]中尝试无空格:

# Rewriting URLs
RewriteEngine On

RewriteRule ^custom dashboard.php [NC,L]