Forums / Install & configuration / Problem with Nice URL

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Problem with Nice URL

Author Message

Taras Nesterov

Monday 10 May 2004 1:39:48 pm

I made everything as said here: http://ez.no/ez_publish/documentation/customization/tips_tricks/creating_nice_urls.

I have site on virtual hosting so I insert '[URLTranslator]' section in '/settings/siteaccess/yoursite/site.ini.append' file, changed links in template and changed .htaccess.

Now all the first level links (e.g. http://sitename/products) work fine but all the second level links (e.g. http://sitename/products/top_100_set) do not work at all (can not find a page).

What did I do wrong?
Thanks in advance.

Bruce Morrison

Monday 10 May 2004 3:58:48 pm

Have you run the update/common/scripts/updateniceurls.php script? See http://ez.no/community/forum/install_configuration/question_about_updateniceurlsphp for more info

Cheers
Bruce http://www.designit.com.au

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Taras Nesterov

Tuesday 11 May 2004 7:18:08 am

My site is on virtual hosting so I do not know how to run script in command-line mode, so I run it in browser (IE6) and got this message:

#!/usr/bin/env php
Fatal error: Undefined class name 'ezcli' in /pub/home/shpolbde/proba/update/common/scripts/updateniceurls.php on line 49

That's all at this moment.