July 10, 201214 yr Hello, As you may have guessed by now my htaccess skills suck, This is probably the most basic htaccess stuff aswel lol I need to shorten url from www.example.co.uk/?page=$1 to www.example.co.uk Ive tried quite a few things, even things that said they work but no look, im on apache Cheers, Gary
July 14, 201214 yr Do you mean you want to use mod_rewrite to redirect the user to different pages based on the variable contained in the page string? Or do you just need to redirect from that one link to example.com root as a 301 redirect would probably accomplish that. Edited July 14, 201214 yr by hyperhaus
July 14, 201214 yr Author Do you mean you want to use mod_rewrite to redirect the user to different pages based on the variable contained in the page string? Or do you just need to redirect from that one link to example.com root as a 301 redirect would probably accomplish that. Basically just so it cleans up the end of the url so its not like ?page=suchandsuch so it always shows just www.example.co.uk Not sure if that explains it very well,
Create an account or sign in to comment