[TYPO3] realurl comprehensive manual or examples

James Corell jcorell at e-p-c-s.com
Tue Apr 24 21:36:38 CEST 2007


Instead of using realurl, try:
config.simulateStaticDocuments=true
in your template.

This will give you urls like http://www.mydomain.com/alias.html

I don't know about .php or other file extensions.

-------------------------
James Corell
EPCS, 111 W. Mitchell St. Suite E, Gaylord, MI 49735
DSL for Businesses - Websites That Work!
jcorell at e-p-c-s.com www.e-p-c-s.com
989-732-1366 (fax 989-732-0893)



-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of Zachary
Denison
Sent: Tuesday, April 24, 2007 2:41 PM
To: TYPO3 English
Subject: Re: [TYPO3] realurl comprehensive manual or examples


yeah but that only works for urls like this:

http://www.mydomain.com/?id=alias

as far as I know

On 4/24/07, Peter Klein <peter at umloud.dk> wrote:
> Hi Zachary. Have you tried setting the "Alias" field of your pages?
> Doesn't that override the names that RealURL generates?
>
> --
> Peter Klein / Umloud Untd
>
> "Zachary Denison" <zacharydenison at gmail.com> wrote in message
> news:mailman.169116.1177419679.21067.typo3-english at lists.netfielders.de...
> > Thank you Peter.  Basically what I am trying to do is very simple, it
> > seems that realurl is more complex than I need.  I basically have a
> > site with 3 languages and only about 10 pages per language.  what I
> > would like to get realurl to do is just translate the id to pagename,
> > but I want to pick the page name - and I dont mind if I have to
> > manually configure a php array to do so.
> >
> > basically I have:
> >
> > Root
> > - Home (shortcut to root page)
> > - About Us
> > - Our Services
> > - Contact Us
> > - Map and Directions
> >
> > and I would like to make realurl do the following
> >
> > http://www.mydomain.com OR
> > http://www.mydomain.com/ (home page)
> > http://www.mydomain.com/about.html (I want the name about.html not
> > about_us.html)
> > http://www.mydomain.com/services.html (same here, I want to pick the
name)
> > http://www.mydomain.com/contactus.php (here I want php ending)
> > http://www.mydomain.com/map.html
> >
> > and the same for the foreign languages:
> >
> > http://www.mydomain.com/ru OR
> > http://www.mydomain.com/ru/ (home page in russian with or without
slashes)
> > http://www.mydomain.com/ru/about.html
> > http://www.mydomain.com/ru/services.html
> > http://www.mydomain.com/ru/contactus.php
> > http://www.mydomain.com/ru/map.html
> >
> > Can this be done with RealURL?  I tried to write my own id2alias and
> > alias2id functions
> > where I did switch($id) { case 1: return "about.html"; ... etc... }
> > but I was not able to get it to work with the languages and the file
> > endings -- maybe realurl is not the tool for me.
> >
> >
> >
> > On 4/24/07, Peter Klein <peter at umloud.dk> wrote:
> >> Hi Zachary. How about the Wiki?
> >> http://wiki.typo3.org/index.php/EXT/realurl/testing
> >>
> >> --
> >> Peter Klein/Umloud Untd
> >>
> >> "Zachary Denison" <zacharydenison at gmail.com> skrev i en meddelelse
> >>
news:mailman.167193.1177344501.21067.typo3-english at lists.netfielders.de...
> >> > Does anyone know of a comprehensive realurl manual (not the one that
> >> > comes with it) but another one, or some comprehensive list of
> >> > examples.  I can configure realurl to work in the default
> >> > configuration, but I am having trouble customizing it to my needs.
> >>
> >>
> >> _______________________________________________
> >> TYPO3-english mailing list
> >> TYPO3-english at lists.netfielders.de
> >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> >>
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list