I have a website with different pages but the query string looks ugly, how can I make it look like a folder structure instead of a query string, instead of actually having folders in my www?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try out this free online tool : http://www.webconfs.com/url-rewriting-tool.php just type in your dynamic ( ugly ) url and copy the generated Directory-type htaccess code and paste it in the .htaccess file ( if it doesn’t exist, create one ) in your root directory. Ensure that mod_rewrite is active in your php.ini configuration file. To know more about it, you can google the term.