Hi all;
I'm setting up a new web server, and I'm pretty good with Linux in
general but I am not an apache expert.
Here's the overall problem:
I have a website (mysite.com)
I've installed Scientific linux & configured a base apache install.
I setup a virtualhost entry in the http.conf file t
Hi Eric,
I believe that I've sorted the issue, it appears to be the route to the
public index page. I'm following a book in learning the zend framework but
it appears to have a few typos and lack of information in general.
Thanks for your help.
Graham
Eric Covener wrote:
>
>> My problem is
> My problem is that if I enter http://sqaure/ I receive a 403 error "You
> don't have permission to access / on this server". However if I enter
> http://square/public I the default zend framework index.php page appears.
What does your error log say?
-
Ok I;m now at the following situation with this.
I've edited my settings for Apache by following this page
http://foundationphp.com/tutorials/apache22_vhosts.php
I have moved my DocumentRoot to c:/htdocs
I have created a folder c:/WebDocs.
I've edited my httpd-vhosts.conf file to the following
Hi Eric,
I tried your suggestion but all that is displayed still is the itWorks! page
not the zend framework page.
Any ideas? I'm heading to bed but will answer any replies tomorrow
Thanks for your help
Graham
Eric Covener wrote:
>
>> DocumentRoot "C:/Program Files (x86)/Apache Software
>
> DocumentRoot "C:/Program Files (x86)/Apache Software
> Foundation/Apache2.2/htdocs/square/public"
Try moving your DocumentRoot out of Program Files -- there are some
complications when you try to edit files there as a normal user then
access them as a service.
---
Hi all,
I'm starting my final project for college, I decided to look at using the
zend framework to develop a web app, I was advised in a book on the zend
framework to create a vitualhost for my project, which I've done but all I
can see is the It Works! message if I try to navigate to the index.