0

I enabled the mod_rewrite in apache by following this article : http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/ but still when i run the cake php folder it say :

URL rewriting is not properly configured on your server.

   1. Help me configure it
   2. I don't / can't use URL rewriting

What should i do?

I checked

apachectl -t -D DUMP_MODULES

it say rewrite module shared .

Rahul Mehta
  • 919
  • 3
  • 11
  • 13
  • 1
    Enable log with `RewriteLog` and `RewriteLogLevel` and check it. – quanta Aug 04 '11 at 10:50
  • @quanta i tried for doing log by following commands RewriteEngine On RewriteLog "/absolute/path/to/your/wwwroot/public_html/rewrite.log" RewriteLogLevel 5 I added in apache2.conf at bottom , but then m not able to restart the apache it is giving me error why ? – Rahul Mehta Aug 04 '11 at 16:12

2 Answers2

0

Rahul,

set your apache main log to debug so that you can determine why apache isn't starting after adding the rewrite directives.

organicit
  • 115
  • 6
0

Seems like a bug with cake php as per this link and this one.

-$

SparX
  • 1,924
  • 12
  • 10