Forum Moderators: phranque
I have it done (some else did it ) so /static/keyword displays the /php/index.php?keyword (the url is still /static/keyword on the browser) via:
RewriteRule ^(.+)/static/$ php/index.php?$1
I had live searches linked so SEs would index them, and now I need the reverse. I would like that when you search for
/php/index.php?keyword it takes you directly to /static/keyword. I tried swapping the words above but no luck. A 301 redirect would be fine too.
please help
thank you
Please?