tondar1
Programmer
- May 7, 2012
- 3
How can I get a dynamic url will redirect to Homepage
it is on an Apache server
example:
Code:
redirect to:
Code:
I found this code, but does not respond to me ،where this code is wrong?
orginal code
Code:
Redirecting a page without an ID:
Old URL: New URL: RewriteCond %{QUERY_STRING} ^/page/55c9/$
RewriteRule ^$ [R=301,L]
my code:
Code:
Redirecting a page without an ID:
Old URL: New URL: RewriteCond %{QUERY_STRING} ^view=featured$
RewriteRule ^$ [R=301,L]
it is on an Apache server
example:
Code:
redirect to:
Code:
I found this code, but does not respond to me ،where this code is wrong?
orginal code
Code:
Redirecting a page without an ID:
Old URL: New URL: RewriteCond %{QUERY_STRING} ^/page/55c9/$
RewriteRule ^$ [R=301,L]
my code:
Code:
Redirecting a page without an ID:
Old URL: New URL: RewriteCond %{QUERY_STRING} ^view=featured$
RewriteRule ^$ [R=301,L]