The actual path to .so files varies in the various linux distros. Scan through your httpd.conf and look for the extensions/modules path and see if mod_rewrite.so exists in that path (from the directory listing you provided I'm guessing /usr/local/apache2/modules).
reidster wrote: > Thanks for the reply. > My httpd.conf does not have mod_rewrite enabled. I checked the doc in > the aforementioned url, but could not locate the .so file. This does > not exist in my apache install. Do I need to re-configure apache? > > libexec/httpd/mod_rewrite.so > > [r...@localhost apache2]# ls > bin build cgi-bin conf error htdocs icons include lib logs > man manual modules > [r...@localhost apache2]# pwd > /usr/local/apache2 > > > On Jan 4, 5:29 pm, Steven Wright <[email protected]> wrote: > >> Do you have mod_rewrite enabled on your apache server? >> >> http://book.cakephp.org/view/333/A-Note-on-mod_rewrite >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] On Behalf >> >> Of reidster >> Sent: Sunday, January 04, 2009 4:24 PM >> To: CakePHP >> Subject: New Install Does Not Show Graphics >> >> I am new to CakePHP. >> >> I have downloaded version 1.2.0.7962, renamed the cake directory and moved >> it to the root of the apache directory (htdocs). >> >> When I navigate to the cake php website for this directory. I receive a >> listing of all the files in this directory. I do not see the expected cake >> graphics. >> >> Any ideas as to what is wrong? >> >> Configuration: >> PHP Version 5.2.8 >> Apache/2.2.11 >> Linux 2.6.18-92.1.22.el5 #1 (CentOS 5.2) >> >> Apache and PHP are working. I can get to webpages on this host. >> >> Thanks for your input. >> -Reid >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
