[TYPO3] simulate static and mod rewrite

Matthew Manderson matthew at manderson.co.uk
Thu Mar 16 18:46:57 CET 2006


Go back to basics and just try this in the setup:

config.simulateStaticDocuments = 1
config.absRefPrefix = http://www.jagreporting.com/

and with this in the .htaccess

RewriteEngine On
RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads
showpic\.php)/ - [L]
RewriteRule ^typo3$ typo3/index_re.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Main URL rewriting.
RewriteRule .* /index.php





More information about the TYPO3-english mailing list