Hmz, I googled for a mod_rewrite test and I found this:
<html>
<head>
<title>Bob's webpage</title>
</head>
<body>
<p>
This is Bob's webpage
</p>
</body>
</html>
And a similar one for Mary. Then in that folder an .htaccess file:
RewriteEngine on
RewriteRule ^mary.html$ bob.html
This does _not_ work for me.
This:
RewriteEngine on
RewriteRule ^mary.html$ http://www.fullurl.com/folder/bob.html
Does work... But it does not retain the same url.
So, can I sue the hosting company already? Or is it still my fault?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---