我知道有很多关于将所有页面重定向到特定域/index.php 或 html 页面的教程。
但是我需要将所有页面重定向到 ServerIP/myDirectory/ProjectName/index.php
,因为我在一个与客户共享它的办公室工作。所以在我的电脑上,我需要转到本地服务器上的目录,然后使用服务器的 wamp。
示例网址:http://192.168.0.100/myDirectory/ePortal/index.php
我怎样才能做到这一点?我的 htaccess 文件中有这个。
RewriteBase /myDirectory/ePortal/
RewriteRule .* index.php
但是这个 htaccess 是错误的。出现 500 内部错误。