[Typo3] Problem with Simulate Static

Kimmo Helle kimmo.helle at paitsio.com
Tue Jun 14 22:19:18 CEST 2005


I have now tried this on and on again without any success - I have read the
McUniverse site about this subject about 100 times, but it just doesn't seem
to open for me. I get the links, but they are all pointing back to the root
page (index.php page). Could the subdomain targeting make a difference?
Hopefully someone can figure this out now... PLEASE!!!

Here is everything relating to .htaccess rewriting:

... 

RewriteEngine On
RewriteRule ^[^/]*\.html$ index.php

...
 
^/TYPO3root/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic
\.php)/ - [L]
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 [L]

### End: Rewrite stuff ###

SUBDOMAIN:

# Add your own rules here
# ... 

Options +FollowSymlinks
RewriteBase / 

# alidomain1
RewriteCond %{HTTP_HOST} mobiili.paitsio.com$
RewriteCond %{REQUEST_URI} !Mobiili/
RewriteRule ^(.*)$ Mobiili/$1

Cheers,
Kimmo Helle


On 12.6.2005 11:14, in article
mailman.1.1118564060.16574.typo3-english at lists.netfielders.de, "Kimmo Helle"
<kimmo.helle at paitsio.com> wrote:

> Hi all,
> 
> I'm unable to get Simulate Static to work. What I have done is:
> 
> Enabled simulateStatic from install tool:
> [FE][simulateStaticDocuments] = 1
> 
> I edited .htaccess with these lines:
> RewriteEngine On
> RewriteRule ^[^/]*\.html$ index.php
> 
> And my template setup with:
> #Simulate Static Document
> config.simulateStaticDocuments = 1
> config.simulateStaticDocuments_addTitle = 30
> 
> What happens is that the page is showing links like this:
> www.domain.com/Forum.0.7.html etc. But all the links go to the root page.
> 
> Cheers,
> Kimmo
> 




More information about the TYPO3-english mailing list