Nelson119/fl-wp/develop/.htaccess - Htaccess File

Nelson119/fl-wp/develop/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /fl/
RewriteRule ^index.php$ - [L]
RewriteRule ^^菲力公告/(d+)(/d+)/? /fl/?pagename=$matches[0]&post_type=$matches[1] [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /fl/index.php [L]
</IfModule>

# END WordPress

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache