Hi,
I'm trying to integrate an application into our cms but I'm failing on the rewrite parts (which I need to get it integrated).
I need the following:
rewritten or redirected to
I have tried directives like
RewriteEngine On
RewriteRule ^/?cmd=submit(.*) or
Redirect permanent /?cmd=submit
but no rewrite or redirect is done. Nothing in the errorlog, and the access log just shows the /?cmd=submit url.
I have tried reading up on apaches use of wildcards in mod_rewrite but can't seen to grasp it all.
Anyone with ideas how toget this to work?
Thanks,
tsltsl
I'm trying to integrate an application into our cms but I'm failing on the rewrite parts (which I need to get it integrated).
I need the following:
rewritten or redirected to
I have tried directives like
RewriteEngine On
RewriteRule ^/?cmd=submit(.*) or
Redirect permanent /?cmd=submit
but no rewrite or redirect is done. Nothing in the errorlog, and the access log just shows the /?cmd=submit url.
I have tried reading up on apaches use of wildcards in mod_rewrite but can't seen to grasp it all.
Anyone with ideas how toget this to work?
Thanks,
tsltsl