Problem with URL's

Author Message

Douglas Hammond

Monday 09 June 2003 6:01:33 pm

I just install and got 3.1.0-2 (3.1 beta2)
up and running. With minor changes even got imagegd working.

I have my default site set to user but every url on my site is missing user in it's url.

eg

http://www.mojothing.com/index.php/content/view/full/43

should be

http://www.mojothing.com/index.php/user/content/view/full/43

any idea what's wrong?

Server setup
+++++++++++++++++++++++++++++
PHP
Version
4.3.2

Extensions
xml, tokenizer, standard, session, posix, pcre, overload, mysql, gd, curl, ctype, bz2, zlib, apache2handler, Zend Optimizer

Safe mode is off.
Basedir restriction is off.
Global variable registration is off.

Apache 2.0.46

Zinistry Vacana

Tuesday 10 June 2003 7:05:47 am

Maybe you have to check DesignSettings in your site.ini:

StandardDesign=

or maybe settings/siteaccess for user if you use that catalog.

Douglas Hammond

Tuesday 10 June 2003 7:46:23 am

here is my site.append.php

#?ini charset="iso-8859-1"?
# eZ publish configuration file.
#
# NOTE: It is not recommended to edit this files directly, instead
# a new siteacces should be made to suit your needs.
# General settings should be placed in the settings/override
# directory using .append files.

[SiteSettings]
IndexPage=/content/view/full/2
LoginPage=embedded

[SiteAccessSettings]
RequireUserLogin=false

[SiteAccessRules]
Rules[]
Rules[]=Access;enable
Rules[]=ModuleAll;true
Rules[]=Access;disable
Rules[]=Module;sdk

[DesignSettings]
SiteDesign=user

It was working with 3.0-2 but dosn't work with 3.1.0-2 on my server. When the urls pon the page are being generated the site is not being added to the usrl, so when url matching is don it sees content insteadt of user.

I hope that made sense.

How to i get the urls to have the user or admin added to them?

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.