I should have mentioned that I'm a newb, thanks for the help.
On Jan 15, 12:43 pm, Graham Weldon <[email protected]> wrote:
> Hey,
>
> I know its a basic thing, so don't get annoyed at me for asking..
> But are you restarting the webserver after these changes?
> You'll need to restart or reload your apache config in order for changes to
> take effect.
>
> Cheers,
> Graham
>
> On Thu, 15 Jan 2009 10:15:38 -0800 (PST), neridaj <[email protected]>
> wrote:
>
> > I tried adding that line in the 1.2.x.x .htaccess file as well as the /
> > app .htaccess file with no luck.
>
> > On Jan 15, 8:53 am, Smelly_Eddie <[email protected]> wrote:
> >> Try adding
> >> RewriteBase /
>
> >> just after
> >> RewriteEngine On
>
> >> in your htaccess files.
>
> >> When I was on godaddy i found this to be a requirement to get things
> >> working.
>
> >> On Jan 14, 4:14 pm,neridaj<[email protected]> wrote:
>
> >> > Hello,
>
> >> > I've edited my httpd.conf file as instructed and can't get mod_rewrite
> >> > working. Any suggestions?
>
> >> > /etc/httpd/httpd.conf:
>
> >> > LoadModule rewrite_module libexec/httpd/mod_rewrite.so
>
> >> > DocumentRoot "/Library/WebServer/Documents"
>
> >> > <Directory "/Library/WebServer/Documents">
>
> >> > #
> >> > # This may also be "None", "All", or any combination of "Indexes",
> >> > # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
> >> > #
> >> > # Note that "MultiViews" must be named *explicitly* --- "Options All"
> >> > # doesn't give it to you.
> >> > #
> >> > Options Indexes FollowSymLinks MultiViews
>
> >> > #
> >> > # This controls which options the .htaccess files in directories can
> >> > # override. Can also be "All", or any combination of "Options",
> >> > "FileInfo",
> >> > # "AuthConfig", and "Limit"
> >> > #
> >> > AllowOverride All
>
> >> > #
> >> > # Controls who can get stuff from this server.
> >> > #
> >> > Order allow,deny
> >> > Allow from all
> >> > </Directory>
>
> >> > Thanks,
>
> >> > Jason
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---