使用.htaccess将主域重写为页面

时间:2018-02-08 11:07:09

标签: php .htaccess mod-rewrite

我做了一个.htaccess编辑,在我的域名之后添加index.php:[skynetbd.net/index.php] [1]。

我用过:

 RewriteCond %{HTTP_HOST} ^(www\.)?skynetbd\.net
 RewriteCond %{REQUEST_URI} !^/index.php
 Rewriterule ^(.*)$ /index.php/$1 [L]

但不幸的是,我的所有链接都像一个循环一样重定向到skynetbd.net/index.php!请给出一个解决方案来防止这个问题。

0 个答案:

没有答案