[TYPO3] Realurl: looking for comprehensive simple

Matyi Gábor gmatyi at freemail.hu
Tue Jan 31 21:50:54 CET 2006


Hi!

I installed the realurl, but I dont understand the whole extension. The 
documentation seems a little bit complicated.

I have a very simple website, there are 5 page:, 

http://www.mysite.hu/index.php?id=1 , http://www.mysite.hu/index.php?id=2, 
http://www.mysite.hu/index.php?id=3, http://www.mysite.hu/index.php?id=4, 
http://www.mysite.hu/index.php?id=5

for this site structure I'd like to get the following pages:

http://www.mysite.hu/home.html
http://www.mysite.hu/aboutus.html
http://www.mysite.hu/references.html
http://www.mysite.hu/links.html
http://www.mysite.hu/contacts.html


My ask is, what I have to do for this?

I have done

- install the realurl extension.

- write in the setup area in my template:
config.simulateStaticDocuments = 0
config.baseURL = typo3.alvator.hu
config.tx_realurl_enable = 1

- write .htaccess

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

RewriteRule .* /index.php [L]



What I have to do yet?

Gabor Matyi



More information about the TYPO3-english mailing list