[Flow] Add Rewrite Rule to .htaccess

Rémy DANIEL dogawaf at no-log.org
Fri Jul 10 09:22:38 CEST 2015


Hi Patrick

You should write this :

RewriteRule    ^things/([^/]+)/([^/]+)/([^/]+)/?$
things?u=$1&profileview=$2&category=$3    [NC,L]

Cheers

--
Rémy

2015-07-09 9:18 GMT+02:00 Patric Eckhart <mail at patriceckhart.com>:

> Hey guys,
>
> I would rewrite URLS like via .htaccess.
>
> My URL like this: things?u=username&profileview=view&category=cat
> and I would rewirte to
>
> things/username/view1/cat1
>
> I have tried this with:
> RewriteRule    ^things/username/view1/cat1/?$
> things?u=username&profileview=view&category=cat    [NC,L]
>
> .. but it does not work :-(
>
> username, view and cat are dynamic variables.
>
> Can you help me?
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>


More information about the Flow mailing list