Forum Moderators: coopster
why? because this will give you a problem if you want to switch again...links....search engine indexing ranking...it all starts over again
so dont use: view/index.php?id=251
use: view/?id=251
if you had done that on your current site, you wouldnt have had to come here to begin with ;)
also, read this thread about it and some other good info
[webmasterworld.com...]
keep in mind, that changing anything will immediatly infect the indexing. so if your site is already indexed, why not to keep the .php3 extension but map it to php4 or 5 (if that's what you intended). this is really easy with apache and other webservers because it's only an extension of your files. how about that?
i checked the suggestions in the other thread, too and this will only affect one point (in my opinion which is a little extra only: "hide your technology" [whatever that means]).
-hakre
if he would have started coding his site without direct links to scripts like /view/?id=251, all he had to do was write new scripts, delete old site, upload the new pages and all his search engine indexing would remain exactly the same, since the URLs are still the same, just the tech changed ;)
besides, it just looks bad, in my opinion
if you 'hide' your technology, you can easily make a switch to another scripting language, if need be. Like this case (well, different extention).
false: there is no problem to map .php3 extension to asp, php 4/5, perl, js or whatever. it's only an extension that has to be configured to something else. this is a webserver configuration issue only, it's not hardencoded into the server. you can even map it as static html or plain text. please check the webservers documentation about that.
thats just sloppy...
just leave it as is, pagenames shouldn't be changed, too much work involved and too much loss of business/traffic.
dmmh
>> sloppy
what's sloppy? mapping an extension to something else?
it's actually regular procedure and can be quite useful in many ways.
would you care to extrapolate on that comment?
There is no reason to do this for the se's. I do it for when people look at it. I want my site to look like I hand made every page.
my intention was to make a solution to the question asked here in this thread, and i would not suggest to change the extension or even to rebuild the whole page. this can be really dangerous because of side-effects with google and others. it can be like deadly biting yourself... ouch.
funny: some people talked about hiding the technology. isn't it hiding the technology to use .php3 extension for php4 files? :) don't take this one to serious please folks ;)
- keep the old URLs active for sure if you are getting good traffic on them
- redirect to a new URL if you want to change your URL schema
- new URL should ideally have no extension
- extensions don't really matter as long as the server is set up accordingly
- and using a php3 extension is hiding the technology in some odd way (but I wasn't going to say it unless someone said it first).
- if it's not broke, don't fix it.