rule to rewrite
am 11.10.2007 15:02:48 von fredBH
Hi everyone!
I need some help to configure my rewrite rule for these url :
http://www.test.com/start forward to http://www.test.com/action/start.php
http://www.test.com/user/delete/1 forward to
http://www.test.com/action/user.php?action=delete&id=1
http://www.test.com/acao/community/post/3 forward to
http://www.test.com/action/community.php?action=post&id=3
And i need this too:
http://fred.test.com forward to http://www.test.com/action/user.php?action=profile&login=fre d
Anyone can help me with this ?
Thnaks to all !
Bye !
Re: rule to rewrite
am 11.10.2007 15:08:10 von Captain Paralytic
On 11 Oct, 14:02, fredBH wrote:
> Hi everyone!
>
> I need some help to configure my rewrite rule for these url :
>
> http://www.test.com/start forward tohttp://www.test.com/action/start.phphttp://www.test.com/us er/delete/1 forward tohttp://www.test.com/action/user.php?action=delete&id=1http ://www.test.com/acao/community/post/3 forward tohttp://www.test.com/action/community.php?action=post&id=3
>
> And i need this too:http://fred.test.com forward to http://www.test.com/action/user.php?action=profile&login=fre d
>
> Anyone can help me with this ?
>
> Thnaks to all !
> Bye !
I'm sure someone can, but I would respectfully suggest that this is an
apache server question and nothing whatsoever to do with PHP.
comp.lang.php for PHP questions
alt.apache.configuration for apache server questions
See the pattern?
Re: rule to rewrite
am 11.10.2007 15:12:50 von Captain Paralytic
On 11 Oct, 14:02, fredBH wrote:
> Hi everyone!
>
> I need some help to configure my rewrite rule for these url :
>
> http://www.test.com/start forward tohttp://www.test.com/action/start.phphttp://www.test.com/us er/delete/1 forward tohttp://www.test.com/action/user.php?action=delete&id=1http ://www.test.com/acao/community/post/3 forward tohttp://www.test.com/action/community.php?action=post&id=3
>
> And i need this too:http://fred.test.com forward to http://www.test.com/action/user.php?action=profile&login=fre d
>
> Anyone can help me with this ?
>
> Thnaks to all !
> Bye !
Also, a google search such as
http://www.google.co.uk/search?complete=1&hl=en&q=apache+rew rite+forum&meta=&aq=null
brings up some really good forums, dedicated to mod_rewrite.
All of this much more suitable than a php group