Hello...
I apologize if this is covered somewhere, but I haven't been able to find it through a board search.
I've built a news website that integrates with an XMB PHP board: http://www.atsnn.com
Everything works nicely off one page (index.php) with some "require" statements based on the URL variables (story= or topic=). The problem is, I'd like to create the appearance of a unique page for each news article, so that my URL's no longer look like this:
atsnn.com/index.php?story=29128
But like this:
atsnn.com/story/29128
For better optimization with Google.
Long ago, I built something similar in Cold Fusion and was able to create code that parsed the URL as shown above, rather than rely on typical ?story= URL variables.
Is this possible with PHP?
(I should not that I control the server and can make any needed modifications to Apache or php.ini that is required.)
Thanks