|
Posted by Jerry Stuckle on 08/11/07 21:09
kanwal wrote:
> On Aug 11, 11:39 am, ELINTPimp <smsi...@gmail.com> wrote:
>> On Aug 11, 2:31 pm, kanwal <way2kan...@gmail.com> wrote:
>>
>>> Hi,
>>> Can anybody help me to rewrite the url.http://www.sitename.com/showuser.php?username=myname
>>> and i need this clean urlhttp://www.sitename.com/myname.php
>>> Thanks.
>> rewrite in PHP or for apache mod_rewrite?
>
> I write this but not working:
>
> RewriteRule ^([a-zA-Z0-9_-]+).htm$ showuser.php?username=$1
>
This isn't PHP. Try alt.apache.configuration.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|