Page 370 of 211,269, showing 20 records out of 4,225,379 total, starting on record 7,381, ending on 7,400
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 14:32 | klaasjan | Deny from |
# | Aug 9th 2008, 14:32 | DrBacchus | klaasjan: Change that back to allowoverride none. |
# | Aug 9th 2008, 14:32 | DrBacchus | Then look a little further down in the configuration file. |
# | Aug 9th 2008, 14:32 | klaasjan | ok |
# | Aug 9th 2008, 14:32 | DrBacchus | You'll see <Directory /var/www/html> or something like that |
# | Aug 9th 2008, 14:32 | DrBacchus | It'll refer to your document root. |
# | Aug 9th 2008, 14:32 | DrBacchus | What directory contains your cake files? |
# | Aug 9th 2008, 14:33 | markstory | Anon323: its controller wide. |
# | Aug 9th 2008, 14:33 | klaasjan | C:/Program Files/php/apache2/htdocs"> |
# | Aug 9th 2008, 14:33 | klaasjan | i guess |
# | Aug 9th 2008, 14:33 | DrBacchus | ok good |
# | Aug 9th 2008, 14:34 | DrBacchus | so you should see <Directory "C:/Program Files/php/apache2/htdocs"> |
# | Aug 9th 2008, 14:34 | DrBacchus | And then inside that block, you'll see another AllowOverride directive |
# | Aug 9th 2008, 14:34 | DrBacchus | AllowOverride is set per directory. |
# | Aug 9th 2008, 14:34 | klaasjan | Ok i'v changed that to all |
# | Aug 9th 2008, 14:34 | DrBacchus | Now your .htaccess files should work fine. |
# | Aug 9th 2008, 14:38 | klaasjan | i 'll try |
# | Aug 9th 2008, 14:40 | klaasjan | man you are a legend |
# | Aug 9th 2008, 14:43 | DrBacchus | Better now? |
# | Aug 9th 2008, 14:43 | DrBacchus | Glad to help in what small ways I can. |