zmk
Joined: 05 Sep 2008 Posts: 1
|
Posted: 05 Sep 2008 - 2:53 pm Post subject:
URL rewriting in my own extension with coolURI
Subject description: How to let works coolURI with my own extensions? |
|
|
Hi folks.
I've been using typo3 for about 4 months. I've developed a my own extensions which is like tt_news, and i use it to publish some documents.
I've typo3 with coolURI plugin installed and loaded for SEO purpose, etc.
Now i want let my extension to works with coolURI.
I've something like this in my URL:
index.php?id=117&tipo=1&doc=ID_OF_THE_DOCUMENT
I've translated it to:
<a href="path/to/my-item">
Now what should i do? I'm trying to add a RewriteRule with Apache but it doesn't work and trying to update che CoolUriConf.xml but it's hard.
Can anybody help me?
Thanks.
Simone. |
|