[Typo3] simulate static
raluca oprean
raluca at sds.ro
Mon Jun 6 14:01:28 CEST 2005
Hi list
I've built a site www.sds.ro on which I want to simulate static documents and I've followed the intructions from http://www.mcuniverse.com/Simulate_Static_Document_Path.1042.0.html
I've put into TS the following lines:
config.simulateStaticDocuments = 1
config.simulateStaticDocuments_addTitle = 30
Then I've renamed the _.htaccess file form the misc folder and wrote into it:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteBase /sds/misc
RewriteRule ^typo3$ typo3/index_re.php
RewriteRule ^[^/]*\.html$ index.php
I have also enabled the FE simulate static input from the install section.
The result is that I get 404 "page cannot be found error ". (www.sds.ro)
If I add the TS:
#config.simulateStaticDocuments = PATH_INFO
#config.absRefPrefix = http:// www.sds.ro/
then my css files, pictures are not found ....
Can anyone help me?
- raluca oprean (raluca)
-----------------------
The mailing list archive is found here:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/
More information about the TYPO3-english
mailing list