I'm trying to get my head around this but can't
I've read numerous articles and tried different .htaccess things but for some reason it just doesn't seem to work, yet wordpress works fine so I know it's not my host.
I'm trying to do a similar thing to wordpress so that blog post headers and property addresses are in the url and page title.
The website format is as follows
index.php
- blog.php
-- blog.php?blogid=121
- forsale.php
-- forsale.php?propid=321
etc
all I want is to remove .php from the page urls and to change
blog.php?blogid=121
into
blog/title-of-blog-here/
Any pointers?
I've read numerous articles and tried different .htaccess things but for some reason it just doesn't seem to work, yet wordpress works fine so I know it's not my host.
I'm trying to do a similar thing to wordpress so that blog post headers and property addresses are in the url and page title.
The website format is as follows
index.php
- blog.php
-- blog.php?blogid=121
- forsale.php
-- forsale.php?propid=321
etc
all I want is to remove .php from the page urls and to change
blog.php?blogid=121
into
blog/title-of-blog-here/
Any pointers?