简体   繁体   中英

How to make a url SEO friendly without htacess

Pretty much all the methods I found on the internet for this:

www.website.com/page?id=43432

to be like this

www.website.com/page/43432

are using htaccess , what I'm asking is, whether there is any other way to achieve this?

With Apache and PHP, as far as I know, there isn't.

Without .htaccess the best you can do is to have page like "page.php" which you will use to form all urls, like www.website.com/page.php/43432 . That will add the .php to all your urls.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM