TYPO3-infrastructure/FUDforum/typo3/install/www_root/.htaccess - Htaccess File

TYPO3-infrastructure/FUDforum/typo3/install/www_root/.htaccess

RewriteEngine On
#AcceptPathInfo On

RewriteBase /

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule (.*) index.php/$1 [L]

# Redirect the Login screen
RewriteRule ^index.php/l/$ http://typo3.org/my-account/sso/forum/ [L]

AuthName "TYPO3 Forum"
AuthType Basic
AuthUserFile /var/www/vhosts/forum.typo3.org/www/.htpasswd
require valid-user

# Allow From 132.187.12.0/24
# Satisfy Any

DirectoryIndex index.php
RewriteRule ^(pics/.*) http://srv116.typo3.org/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache