我有一个非常简单的重写规则。我的整个.htaccess文件如下:
RewriteEngine On
RewriteRule ^login/([a-zA-Z0-9-/]+)$ company-page.php?company_url=$1
RewriteRule ^login/([a-zA-Z0-9-/]+)/$ company-page.php?company_url=$1
这完全在本地Wamp服务器上运行,但不能在在线服务器上运行。它显示以下错误。!
The requested URL /EZsample/login/mereco-technologies/ was not found on this server.
任何人都可以帮助我!
答案 0 :(得分:1)
如果您使用的是VPS,请使用本文,
1.确定你已启用Mod_Rewrite? 2.Made虚拟主机配置中的更改
https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite
答案 1 :(得分:0)
这行代码帮助我解决了一个非常类似的问题:
Options -MultiViews