Hi Wolfram,
We did several tests this and last week on this topic and all our relative urls input in the ActiveX Editor where kept as relative urls both in add or modification mode when Tidy is activated in the Administration menu (tests done on the 4.0.4 or on the 4.0.5 CVS version). So seems to me you have another problem and using aliases to workaround a problem which should not exist does not look like the right solution.
First of all are you sure you have correctly activated tidy (by clicking on the save button in the Administration view)? Then are you trying to convert old absolute urls (when tidy was not activated yet) to new relative urls? If this is the case, you will need to do it yourself by parsing and modifiying the existing big text files (available here: x:\jahia404_build5822\tomcat\webapps\jahia\WEB-INF\var\content\bigtext ). A simple Perl script or a find and replace tools can do it easily.
Cheers, St�phane
At 11:09 28/09/2004, you wrote:
Hi Stephane,
I know that it sounds strange.
The goal is to overcome the automatic link problem we have. As I already stated in several previous mails it is not possible to create links by using the page id.
Thus we had to find a workarround and the one we found is to use aliasses instead of ids (aliasses are kept during the edit process).
It would be nice if the user does not have to enter the alias for himself, thus we want to set them automatically to the value of the page id.
Wolfram
________________________________
Von: St�phane Croisier [mailto:[EMAIL PROTECTED] Gesendet: Di 28.09.2004 09:20 An: [EMAIL PROTECTED] Betreff: Re: Automatic alias name generation
Hi,
What would be the goal? The page id is already in the default url...
If you want to fully rewrite your overall urls such as for example: http://www.unil.ch/Jahia/site/central/lang/en/pid/2214 becomes http://www.unil.ch/central/page2214_en.html please use an Apache server with a mod-rewrite in front end.
More info available here: http://www.jahia.org/jahia/Jahia/devzone/architecture/pid/360
Cheers St�phane
At 17:04 27.09.2004, you wrote: >Hi, > >is there a way of automatically setting the page alias >if a page is newly created? We want to automatically >set the alias to the page id. > >Is there any easy way to do this? > > >Cheers > >Wolfram >
