introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

URL REWRITE



Posted by: websan
April 14, 2010 10:10AM
Hello does someone know how to get the url rewrite to on work locally ?
I have read a lot of posts on different forums but couldn't get it to work

thank you
Posted by: Amour
April 15, 2010 07:05AM
What that don't work ?
April 17, 2010 02:20PM
I'm having a similar problem.

Im installing CAKEPHP and it insists to have everything working OK you need to unblock the

LoadModule rewrite_module modules/mod_rewrite.so

and also a AddModule Line (This line no longer exists in http.conf?

Even so I've check the .htacess is correct

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>

But this is never executed and the CAKE index.php is still not rendering propoerly to indicate themod_rewrite is on.

Any thoughts?
Posted by: Amour
April 17, 2010 04:55PM
It's not .htacess but .htaccess

Also, you can remove <IfModule mod_rewrite.c> and </IfModule> lines ;)
Posted by: mouhssine
April 13, 2011 08:51PM
salut, j'ai essayé d'activé rewrite_model mais je n'ai pas réussi, je veux les étapes que je dois suivre pour activé URL rewriting, sachant que je travaille sur EasyPHP-5.3.6.0 et Windows xp pack2, merci d'avance.
Posted by: Amour
April 15, 2011 07:07AM
Il y a plein de tutoriels sur Internet pour ça, pour activer avec Apache 2.2 ;)

PS : votre XP SP2 n'est plus du tout à jour et est dangereux, il faudrait installer le SP3 (gratuit)