Recently, it was found that many customers use the Western Digital site creation assistant to build the website environment. The Western Digital launched the site creation assistant software very early, and now it is version 4.0, this software is already quite mature in China.
Many webmasters do not know how to set the pseudo-static state of the website assistant. In fact, it is very simple. In the site setting window, you can select common pseudo-static rules or customize pseudo-static state. The following describes how to use the pseudo static state of a custom fire-end search program as an example:
1. Select "diy" in the red line"
2. Save the following code as a. htaccess file to the root directory.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase/
RewriteCond % {REQUEST_FILENAME }! -F
RewriteCond % {REQUEST_FILENAME }! -D
RewriteRule ^ (. *) $/index. php? Rewrite = $1 [QSA, NU, PT, L]
</IfModule>