我做了一个.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!请给出一个解决方案来防止这个问题。