0
votes
2answers
22 views

I am moving my site from a virtual directory to a dedicated server, can I save me SEO urls via a web.config change?

I have been hosting my site in a shared environment at http://www.example.com/MYSITE/ for a while and I've built up a following there, I have decent ranking in Google and Bing, as well as I've been ...
1
vote
1answer
22 views

Should my “convenience” link that redirects to page 1 be a permanent or temporary redirect?

So, I have a simple blog. Included in my blog is tags. There are two ways to reach the first page of the posts belonging to a tag though. There is /tags/foobar and there is /tags/foobar/1 (where ...
2
votes
2answers
218 views

301 redirects. What's best way to get list of all my URL's to start the process of redirecting?

New Magento version of a site about to launch. What the best way to create a list of URLs on my site that ensures I haven't missed any - so i can do redirects on them? And do I want to redirect all ...
1
vote
3answers
189 views

Rewriting URL to get Wordpress “permalink” type URL

I have created an ASP.NET site to replace a WordPress site that creates permalinks in the format: http://example.com/the-name-of-my-post I would like these URLs redirected to: ...
2
votes
1answer
40 views

How to have my customized extension?

I have recently found a .htaccess trick in which I can remove file extension from the URL, example.com/file.html looks like example.com/file Now my humor says that I can replace any extension to my ...
1
vote
0answers
286 views

URL redirection to same domain on different server

We have existing domain on non-IIS server and now we have moved it to IIS server. Client want us to redirect the URL from existing server to new server with same domain name. We will modify the ...
2
votes
1answer
6k views

How to redirect any URL to lowercase URL?

I have this .htaccess files: ErrorDocument 404 /index.html <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.com [NC] RewriteRule (.*) ...
0
votes
1answer
70 views

Trouble with .htacess redirection

I use this redirect rule to redirect users from www.domain.com/admin to www.domain.com/wp-admin on a WordPress site. RedirectMatch 301 \@admin http://www.domain.com/wp-admin The problem is that ...
1
vote
1answer
3k views

How to setup mod_rewrite/htaccess to do url masking and forwarding to a subdirectory?

Its been about three years since I've played with apache and php(I've been using thin and nignx ;). So I've forgotten how to setup a mod_rewrite directive to forward all http requests from root to the ...
0
votes
1answer
46 views

mod_rewrite change . to -

I'm moving my site and the URL structure has changed because of the new CMS. The urls would be similar to http://www.example.com/my.products.htm on the new site we are changing the URLs to this ...