Tagged Questions
1
vote
2answers
144 views
Removing URL duplicates when using pretty urls
I'm using pretty URLs in my web app, one example is 'forum/post/1' which invokes PostController in Forum module, which loads a post with id=1. This is what I need but that post is also accessible from ...
1
vote
3answers
274 views
Redirecting old asp files to new aspx (asp.net) files (Permanent Redirect, SEO)
I upgraded my site from asp to asp.net.
This means that all of my previous asp files became obsolete.
I don't want to lose my Google Ranking of the old pages.
What is the proper way to redirect?
I ...
1
vote
3answers
2k views
Setting up HTTP Redirect for SEO in IIS7
I want all requests to http://mydomain.com to be 301 redirected to http://www.mydomain.com for SEO purposes.
In order to do this, can I use IIS7's HTTP redirect method? I tried setting the HTTP ...
0
votes
0answers
12 views
How to set up wordpress to use numeric unique page id inside the url
I'm setting up a site. It's running wordpress. As the links structure may change over time (SEO) I want urls to be distinguishable even if I scramble the whole tree structure. In other words I want ...