Jump to content

Recommended Posts

Posted

Well, after spending many hours coding every one of my html pages (with some help from creating templates), I got tired of being unable to add content to my website unless it was from my home computer... so I decided to install 'eZ Publish 3' (a CMS - content managment system written in php and using mysql database).

 

I have not done it yet, because I have a couple of questions.

The installation docs refer to using a virtualhost setup "...when using

a virtualhost you don't need to specify the index.php in the url..."

 

and then is says how to do it (assuming that i have apache web server installed on my own system:

 

<VirtualHost 10.0.0.1>

<Directory <httproot>/ezpublish-xxx/>

Options FollowSymLinks Indexes ExecCGI

AllowOverride None

</Directory>

 

RewriteEngine On

RewriteRule !\.(gif|css|jpg|png)$ <httproot>/ezpublish-xxx/index.php

 

ServerAdmin root@localhost

DocumentRoot <httproot>/ezpublish-xxx/

ServerName 10.0.0.1

</VirtualHost>

 

Of course, I assume I can't do this on my account, so I thought that there was an option on the cpanel to allow me to do such a thing... however, I dont see it..

Is it possible at all?

 

I looked on the 'site managment' section, 'redirects' and 'index manager' but I dont believe those are the options I need.

 

thanks in advance.

Posted

What have you got in your .htaccess file at the moment, you certainly have some effects on the directory. Try removing them, then try again.

 

Andy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...