SEO URL Htaccess

SEO URL Htaccess

am 16.11.2007 05:22:26 von retheesh4u

Hai,

I want to convert my smarty urls to seo friendlly.For example
index.php?mod=member&pg=user&act=list should be converted to mod/
member/pg/user/act/list

Url can have N number of querystrings. All of those should be
converted to seo friendly.Please suggest an htaccess code for this
problem


Regards,
Retheesh Kumar

Re: SEO URL Htaccess

am 16.11.2007 05:40:15 von Jerry Stuckle

retheesh4u@gmail.com wrote:
> Hai,
>
> I want to convert my smarty urls to seo friendlly.For example
> index.php?mod=member&pg=user&act=list should be converted to mod/
> member/pg/user/act/list
>
> Url can have N number of querystrings. All of those should be
> converted to seo friendly.Please suggest an htaccess code for this
> problem
>
>
> Regards,
> Retheesh Kumar
>

Try alt.apache.configuration. This has nothing to do with PHP.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: SEO URL Htaccess

am 16.11.2007 10:13:31 von luiheidsgoeroe

On Fri, 16 Nov 2007 05:22:26 +0100, wrote:

> Hai,
>
> I want to convert my smarty urls to seo friendlly.For example
> index.php?mod=3Dmember&pg=3Duser&act=3Dlist should be converted to mod=
/
> member/pg/user/act/list
>
> Url can have N number of querystrings. All of those should be
> converted to seo friendly.Please suggest an htaccess code for this
> problem

http://groups.google.com/group/alt.apache.configuration/msg/ 59807dbbc5bf=
441c
-- =

Rik Wasmus