0
我要問的是,當我上傳的.htaccess文件到我的HostGator的服務器我的網址之一是不工作我一個網址是不是重定向
網址:Email /管理/ index.php文件
的htacces代碼在這裏:
RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.appynator.com/ [R=301,L]
RewriteCond %{HTTP_HOST} ^appynator\.com [NC]
RewriteRule (.*) http://www.appynator.com/$1 [L,R=301]