[TYPO3] simulate static and mod rewrite

Bill Alexy bill at psiberware.com
Thu Mar 16 19:26:48 CET 2006


Matthew Manderson wrote:
> 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
> 
> 

Same error.


I know mod rewrite is working.
I know that the TypoScript is correct
The only thing left is the actual rewriting, but I see that the wild 
card is parsing the entire page name, which should be right also.

Why would RealURL work and not Simulate Static?



More information about the TYPO3-english mailing list