Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
您是对的:重写 public_html .htaccess 文件中的条件。
public_html
.htaccess
执行以下操作:
RewriteEngine on RewriteCond %{HTTP_HOST} ^mydomain.com [NC] RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !/admin/? RewriteRule .+ profile/user.php?name=$1 [L]
You are right about: rewrite condition in your public_html .htaccess file.
Do the following:
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
您是对的:重写
public_html
.htaccess
文件中的条件。执行以下操作:
You are right about: rewrite condition in your
public_html
.htaccess
file.Do the following: