How to get permalinks on a site other than Wordpress

Hi guys, I have some websites that I am creating now, but I have a problem ... I have pages like blogPosts.php?postID=7

I would like something like blogPosts.com/post title

Meaning I do not want people to see the variables that I skip.

The same applies to several other pages. I was told that permalinks is the key, but everywhere I check, all I see is Wordpress, but I design my site from scratch.

I am running XAMPP from my computer.

I would really appreciate any help.

Thank you so much

+3
source share
2 answers

It looks like you want to make "clean" urls.

You can do this with Apache and PHP configuration files.

, , .

+2

int apache mod_rewrite .

+1

All Articles