Hi,
when I create a new post I get the normal URL of new post, build like this http://www.domena.pl/?p=N where N=post-id ex. http://www.domena.pl/?p=12069
I need to get another result like -> http://www.domena.pl/adN.htm where N=post-id ex. http://www.domena.pl/ad12069.htm
How can I do this? Is it possible to get this url look without using or changing .htaccess or maybe i need to change something in other files?
Need Your help people : )