On Mon, Apr 04, 2011 at 10:09:04AM -0700, Rich Shepard wrote:
>    My development version of CMS Made Simple is in /var/www/htdocs/cmsms.
> When I try to access it firefox displays a 'page not found' error.
> /var/log/httpd/error_log has nothing more:
> 
> 127.0.0.1 - - [04/Apr/2011:09:53:57 -0700] "GET /cmsms/index.php HTTP/1.1"
> 404 195
> 
>    The software suite includes httpd-2.2.17, php-5.2.17 (recompiled to
> support postgres rather than mysql), postgresql-9.0.3, and
> cms-made-simple-1.8.2.

Based on what you've written,
There must be a definition in your Apache config listing /var/www/htdocs/ as 
the DocumentRoot for the server
(if you have virtual servers defined then you must be accessing the specific 
one)
and if so 
/var/www/htdocs/cmsms/index.php must exist.

Since you say "development version" perhaps the Document root is 
/var/www/htdocs/cmsms/
therefore you specifying 
"http://somehostname<maybe_the_rest_of_FQDN>/cmsms/<with_or_without_index.php>
goes a level too deep in the directory structure.

-- 
      Michael Rasmussen, Portland Oregon  
  Trading kilograms for kilometers since 2003
    Be appropriate && Follow your curiosity
          http://www.jamhome.us/
The Fortune Cookie Fortune today is:
And stirrings of bike lust were felt . . .
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to