菜单

.htaccess – typo3

2010年04月8日 - typo3

RewriteEngine on
#RewriteBase /
RewriteRule ^typo3$ typo3/index_re.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php [L]

AuthName “Website”
AuthType Basic
AuthUserFile /www/.htpasswd
require valid-user

htpasswd -c /home/doe/public_html/.htpasswd username111

发表评论

电子邮件地址不会被公开。 必填项已用*标注