标签: .htaccess server localhost http-status-code-404 errordocument
我已经在localhost上实现了一个网站,然后将其放在在线服务器上。 所以基本上我想要的是对404页使用url-rewrite。这是我的.htaccess文件:
RewriteEngine on ErrorDocument 404 http://example.com/myfolder/error.php
这可以在网上正常运行。即使我在本地主机上,如何使重定向工作?