i am writing a site from scratch using php/mysql and am using GET requests to pass data between the pages.
at the moment my links look like:
http://pkh:55/?service=213971&type=FSD
but i would like to use mod_rewrite to make them more relevant, ie:
http://pkh:55/FSD/services/football-youth-club/
i’ve had a look through the wordpress code but i’m none the wiser.
please help!
thanks 🙂
Please check this website. This is one of the greatest sites I’ve ever discovered. Please read thoroughly & do some testing simultaneously, so that you can get a grip of what’s going around & how to get what you want.
Also make sure that the hosting server has provided permission to use HTAccess & MOD_REWRITE, because some servers don’t provide this permission by default. If this is case, then you need to send a request to the server administrator right away, asking him to provide permission to use MOD_REWRITE & HTAccess.
Hope it helps.