Forums / Setup & design / The url problem and how to create the class

"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".

The url problem and how to create the class

Author Message

Fiona Hisa

Wednesday 24 January 2007 5:40:04 pm

the first problem is :
the URL of the site is : htttp://www.example.com/index.php/study/Exponential
now I want to change it like this: http://www.example.com/study/eZ publush
how can I delete the string"index.php"?

the second problem is :
I create a article so I want to insert a URL to a description,then will pop a dialog box,I can select the class for the URL style ,so where can I create the class?
thanks a lot
^_^

Kristof Coomans

Wednesday 24 January 2007 11:21:31 pm

Hello Susan

Did you set up a virtual host with the necessary rewrite rules?

You can specify the available CSS classes for the xml link tag in content.ini.append.php:

[link]
AvailableClasses[]

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Fiona Hisa

Thursday 25 January 2007 5:10:03 pm

hehe,thanks for your help !!
^_^