Tagged Questions
1
vote
1answer
23 views
Redirecting previous domain subfolder links
I've recently bought a domain that was unregistered. After looking in Google webmaster tools, Google is trying to crawl random pages that don't exist. Turns out it did have a previous owner.
The ...
3
votes
1answer
35 views
Are 307 Temporary Redirects safe for temporary new web site tests?
Our current site is getting close to being replaced. I was looking to do a test of our new sales funnel on the new site and compare the traffic and conversion ratios for a few days. So I was planning ...
3
votes
1answer
355 views
How to do a cacheable redirection?
When users enter my website example.com, their "preferred" language is detected and they are redirected (using a 301 Moved Permanently redirection) to example.com/en/ (for English), example.com/it/ ...
0
votes
1answer
92 views
How to correctly handle redirect after site facelift
I recently updated our site taking it from a multi-page site to a single page site.
The problem now is that when the site is searched in say Google, it displays the site as well as the indexed pages. ...
0
votes
2answers
221 views
PHP URL Shortening/Re-Writing
I'm looking to shorten some links, by re-directing. I'm wondering what the best way to do this is: I have files at www.mysite.com/qr/quicklinks/User/ but I'm wondering if it's possible to somehow make ...
2
votes
3answers
155 views
Redirect to same site but add things into the URL
I have a PHP file, index.php, that is set as the index file for my site. If someone wants to pull up a value for a, as an example, then they would type http://www.website.com/?value=a. Is it possible ...
1
vote
1answer
116 views
Links don't work on new server
I've recently moved from server with php4 to php5. Now I cant open content in my page. Links look like this "page.com/news-it-is-rainy-day-1.html". But when I try to open link I just get the archive ...
2
votes
2answers
145 views
Google and random redirects
I have a site where homepage "example.com" redirects to random joke(example.com/random-joke). First I redirected with php, but then google indexed that joke page(rather to be empty). I used "302 ...
1
vote
2answers
3k views
NginX redirect to PHP file if image does not exist on file server
This is what I am trying to do. I am not familiar with Nginx enough to create custom rewrite rules like you can with Apache. It would be greatly appreciated if someone could help me with the Nginx ...
0
votes
2answers
475 views
After changing web host, I get a 'file does not exist' error
I run a WordPress blog, and have recently changed web hosts.
When changing web hosts, I copied all files and exported/imported the database etc as explained by lots of tutorials found easily on ...
0
votes
1answer
44 views
Domain problem: viewing one site OFF another site?
I have this scenario:
I have a domain, let's call it "mydomain.com".
Mydomain.com runs various "sub-sites", e.g.: mydomain.com/shop/view/shop1, mydomain.com/shop/view/shop2, ...
1
vote
1answer
164 views
Apache Redirect based on directory name
I'm trying to use one install of Kohana to manage two separate sites rather than just duplicate the install. I have directories like this:
applications/
app1/
app2/
The .htaccess I have ...
4
votes
2answers
185 views
Redirect page to symlink
So I have 2 URLs that basically link to the main url using a symlink
maindomain.com
englishdomain.com -> symlink to maindomain.com
frenchdomain.com - > symlink to maindomain.com/fr
...