Forum Moderators: mack
i posted in different forums but no one was really able to help so i am hoping someone here might be able to assist me.
Either the issue is something complex that you haven't explained clearly or a very simple misunderstanding on your part.
If the files are appearing in My Computer without file extensions showing then this is normally just a display issue which is corrected by using the Folder Options dialog from the Tools menu.
The main issue with wanting your pages to end with a file extension is that technichaly, the file doesnt exist at the url. It is being redirected to the true url...
For example the true url may be example.com/topic/t/story.php?id=6 but the url is being re-writen to example.com/article/
hope this helps.
Mack.
So according to what you're saying, the actual URL does end in php... but the SEO friendly URL is merely just a redirect.
I have to find some sort of CMS system (for quickly and easily updating content) that allows for SEO friendly URLs that I can have end in .php -- the reason for this is that the content sites will eventually be switched over into ecommerce sites using the same URL structure (and all the ecommerce site URLs end in .php - that is the format our company follows)... But if i can't get a cms that allows me to do this, i'm stuck.
When you view the article in your web browser, the page you are looking at gets created dynamically, specifically for that request.
To me...having these urls end with ".php" sounds like kind of a strange requirement. If I were you, I would take some time to explore if this is really necessary.
If it is...then the way to add the .php is:
1. Go to yourdomain/wp-admin/options-permalink.php
2. Select Custom
3. Enter something like this for the structure: /%category%/%postname%.php
It seems that wordpress can't create that type of URL structure (I tried what you posted).
I am just wondering if there is even a CMS system out there that can actually create the .php ending, even if the content is stored elsewhere.
The only requirement I've been given is the URL structure so that the switchover to an ecommerce site uses those same URLs (and the company's ecommerce sites only have URLs that end in .php)