M
marc
Hi,
Im trying to use modrewrite and apply it to any address of the format:
domain.com/whatever
but not applicable to:
domain.com/whatever.something
or
domain.com/whatever/something/
What is the correct regexp for this pls, Im currently using /([^/]+)
and that grabs everything after the /
Thanks!
M
Im trying to use modrewrite and apply it to any address of the format:
domain.com/whatever
but not applicable to:
domain.com/whatever.something
or
domain.com/whatever/something/
What is the correct regexp for this pls, Im currently using /([^/]+)
and that grabs everything after the /
Thanks!
M