我很想了解这个世界,但我找不到源代码!

AD

All blog posts tagged with htaccess

备份.htaccess

发布于 2008-07-17 01:24PM

wordpress htaccess 文件,重定向规则

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

#Redirect Rules
RedirectMatch 301 ^/portal/(.*) http://portal.bsdos.cn/$1
R…

Read more

Displaying 1 post
powered by viviti