25,988
社区成员




AccessFileName .htaccess
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
#<Files ~ "^\.ht">
# Order allow,deny
# Deny from all
# Satisfy All
</Files>
<Files ".htaccess">
Order deny,allow
Allow from all
</Files>
Alias /public_html/ "/home/*/public_html/"
<Directory /home/*/public_html>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Options +FollowSymLinks
RewriteEngine On
CheckSpelling On
ErrorDocument 404 /404-Error.html
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^index.html index.php [L,QSA]
RewriteRule ^(news|solutions|support|buy|about-us|exhibits-and-customer-events|custom-services|technical-supports|law-terms|terms-and-regulations) cms/app/showArc.php [L,QSA]
RewriteRule ^(contact-us) cms/index.php?option=com_contact&view=contact&id=9 [L,QSA]
RewriteRule ^(download) cms/app/download.php [L,QSA]
RewriteRule ^(product) shop/app/showPro.php [L,QSA]
RewriteRule ^surveyB.html survey/survey.html [L,QSA]
RewriteRule ^surveyA.html surveyA_en/survey.html [L,QSA]
RewriteRule ^pi-customization/ shop/star/pi-customization/index.html [L,QSA]
RewriteRule ^Pi3/ shop/star/Pi3/index.html [L,QSA]