Jump to content
MakeWebGames

Recommended Posts

Posted

hello i am currently making my own personal game engine for my own game and was wondering is url rewriting a good idea as i wanted to do something like this

http://domain.com/files/login.php

to

http://domain.com/login.php

i know how to do all this but just wondering would it be a good idea along with some rewriting that is seo friendly like

http://domain.com/index.php?p=medals

to

http://domain.com/index/medals.php

could someone please give me some good advice on this and if it is a good idea thanks

Posted

Not worth the time. URL re-writing is used for mostly for search engine's ;]

Since google will not be crawling your member restricted content, there really is no reason to mod-rewrite url's

Posted

lol didnt read that part thanks but only think ive done it now but how do you redirect the old url to the new mod rewrite url as i dont want users using the old links but the new ones is it actually possible as ive tried nearly everything to do it but nothing works

Posted

SEO friendly URL are actually not important as search engines now doesn't give a smaller score to dynamic pages than static one. It now purely cosmetic if you want to have your URL different.

Now, for your link problem you should edit your pages such that you use the nicer URL that's it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...