How2 Redirect Visitors To A Mobile Subdomain

Aug 20, 2008

We have an established site for which we want to add a 'mobile-appropriate' subdomain geared to phone surfers.

Our host (1and1) confirms their servers detect mobile visitors but they couldn't help me with how to read the server flag(?) or whatever and then redirect the server to our mobile subdomain when appropriate.

Can anyone point to an appropriate how2? (Note I don't need "mobile code" help help - just help with how to redirect mobile visitors transparently off our main site and into its mobile subdomain).

View 3 Replies


ADVERTISEMENT

Moved Content From Root To Subdomain And Need To Redirect Visitors

Mar 16, 2007

I moved my content from www,mysite,com to subdomain,mysite,com. I'd like to direct people who come to my site from search engines to the new location of the content.

For example, if they searched for pink purse and the search result was www,mysite,com/pink_purse,html, when they click that link, I'd like for them to redirected to subdomain,mysite,com/pink_purse.html. Can this be accomplished with some .htaccess magic?

View 4 Replies View Related

Htaccess - Redirect All Visitors Except Certain IP Address

Feb 25, 2008

could not find a solution for this reversed blocking

I would like to redirect users who access the site from any IP address to be redirected like this:
RedirectMatch /(.*)$ hxxp://extranet.domainname.com

and have anyone from an IP address of 123.123.123.123 to just access/view the regular site, so not to be redirected.

how I can do this in my .htaccess file?

View 4 Replies View Related

How Do I Redirect Visitors, Who Type In My IP Address, To My Domain

Nov 5, 2009

I have what seems to be a simple redirect question. I have a dedicated server and a few static IP addresses, but I want to make it so if someone were to type in my IP address in their browser, Apache will redirect them to the domain name. (Typing in [url]

What happens now is that if you were to type in my server's IP address, it will show you the FIRST VirtualHost container that's listed in httpd.conf. This is not so bad since I've placed my main company site at the start of the list, but I'd rather redirect the IP into the domain name I use.

I read somewhere that you can place Mod RewriteRules directly in the VirtualHost container rather than using .htaccess, but the few "rules" that I tried didn't seem to do anything. And yes, I restarted Apache each time I edited httpd.conf.

Is there an easy way to do this?

ALSO, is there a way to redirect the name server address too? If you type in [url]into the browser, it acts the same way. I would ultimately like to redirect both the nameservers and the IP address(es) to the domain name.

View 4 Replies View Related

How To Redirect Visitors To A Subpage Depending On The Url They Entered

Nov 5, 2007

My client has just purchased hosting (not through my hosting company but one they wanted to use) for their main domain but they also have a number of more specific domains that need to be pointed to a specific page in the website. The trouble is that for these additional the new host say they can only point to the main domain (IP address) at DNS level and not to a specific page.

Any idea how to go about this (apart from using another host!)? Can I use a script that can tell what url they have typed into their browser and forward them to the correct page? I want to avoid the need for a hosting package for each domain just for a simple redirect page!

View 7 Replies View Related

Redirect To Subdomain

Feb 15, 2009

I am trying to do is have a redirect so the files get redirected to a subdomain. So domain.com gets pointed to domain.newdomain.com. However, I want to keep the current URLs, so say I got [url], the below code is just redirecting that url to [url]rather than
[url]

Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.domain.com$
RewriteRule (.*) [url]/$1 [R=Permanent]
RewriteCond %{HTTP_HOST} domain.com$
RewriteRule (.*) [url]$1 [R=Permanent]

View 6 Replies View Related

.htaccess - Redirect To A Subdomain

Jul 10, 2009

I wasn't able to just export and import so I had to manually recreate content. I used the same permalink structure in hopes that I "might" be able to do a re-direct. Just now sure if A)It is possible or B)How to do it.

Example:
OLD LINK:
[url]

NEW LINK:
[url]

Am I able to redirect all traffic that comes in and replace the "www.cgcookie.com/articles" with "cg.cgcookie.com"?

View 4 Replies View Related

Redirect Subdomain To IP Address

Apr 23, 2008

I have 2 dedicated server.

on server a I created an account.

on this account I created a subdomain named test.mydomain.com

on server b I created a new account with dedicated IP .

now, I want redirect test.mydomain.com to my dedicated IP on server b .

I have cpanel on both server .

I changed the A record of IP of in mydomain.com , but this is not work

View 1 Replies View Related

Redirect Subdomain To IP Address

Jun 26, 2008

on pointing a sub-domain to an ip address.

I would like to have [url]point to my hope IP address which is static.

View 2 Replies View Related

Redirect A Subdomain To External IP Address

Oct 30, 2008

Is there any way to redirect a subdomain on a machine A to point to an IP adress on a second machine B.

View 11 Replies View Related

Discountasp Subdomain Redirect Code

Jun 1, 2008

How do I redirect to subdomains with discountasp hosting?

They give an example in their knowledge base (won't let me link it), example, they are assuming you're a programmer.

Is there any code that works that I can just paste into a Visual Studio 2008 web app project and upload that to my site? Or is it more complicated than that?

Customer service was no help at all.

Am I expected to be an experienced ASP.NET programmer in order to use discountasp as my hosting? I am learning asp.net and c# and I got discountasp because they seemed to have all the cutting edge Microsoft technologies.

View 1 Replies View Related

Apache :: Redirect Every Single Page From Old Subdomain

May 12, 2015

Wordpress installation (WPML with 3rd level domain es. site. com, fr. site. com).I need to redirect page from old subdomain to a new subdomain

Example:
esp.site.com/oldpage -> es.site.com/newpage (different subdomain)
esp.site.com/oldpage1 -> es.site.com/newpage
esp.site.com/oldpage2 -> es.site.com/newpage

Source site is very chaotic (static pages + wp pages) and there are no clear rule for redirection (no regex ).So I need to redirect every single page but syntax:

Redirect 301 esp.site.com/oldpage http:// es.site.com/newpage doesn't work!I think "esp.site.com" in source page is not acceptable syntax..which is the correct syntax ? Can I manage all from one .htaccess file in main root (www) or should I create "esp" directory (and point old subdomain to it - one for every language) and put .htaccess in every directory with redirection ?

View 1 Replies View Related

Multiple Subdomain Redirect To Windows 2003 Server

Sep 17, 2007

Is it possible to send subdomain2.subdomain1.domain.com to a Windows 2003 IIS server thats different than the one where domain.com is hosted on?

View 1 Replies View Related

Apache :: Setup Subdomain / Virtual Host To Redirect To Specific Port And Path

Mar 13, 2013

I am trying to setup a subdomain and/or virtual host to redirect to a specific port and path. I have setup my server with DDYNS through my domain name registar. Through the ddyns client I have set it to assign a subdomain of "outside.name.com" so that my server will have a easy name to get to instead of a dynamic ip address.

I have also setup on my registrars host records another subdomain of "inside.name.com" with a static IP address for internet network accessing to my server.My problem is that I have a service/program on my server that I need access to both internally and externally and this service can only be access through a port of 32400 and HTTP address of /web. (e.g. outside.name.com:32400/web or inside.name.com:32400/web)...

Is there a way that I can create a VirtualHost or Subdomain of "service.*.name.com" that redirects them to ":32400/web" of the hostname they're on? (e.g. service.outside.name.com automatically forwards or proxies--to keep it pretty--to service.outside.name.com:32400/web)

View 1 Replies View Related

Apache :: Unable To Setup Subdomain And Virtual Host To Redirect To Port And Path

Mar 12, 2013

I am trying to setup a subdomain and/or virtual host to redirect to a specific port and path. I am, however, having great difficulties doing this.

I have setup my server with DDYNS through my domain name registar.

Through the ddyns client I have set it to assign a subdomain of "outside.name.com" so that my server will have a easy name to get to instead of a dynamic ip address.

I have also setup on my registrars host records another subdomain of "inside.name.com" with a static IP address for internet network accessing to my server.

My problem is that I have a service/program on my server that I need access to both internally and externally and this service can only be access through a port of 32400 and HTTP address of /web. (e.g. outside.name.com:32400/web or inside.name.com:32400/web)

This is annoying for others to type out and I am just wanting to make it look pretty. Is there a way that I can create a VirtualHost or Subdomain of "service.*.name.com" that redirects them to ":32400/web" of the hostname they're on? (e.g. service.outside.name.com automatically forwards or proxies--to keep it pretty--to service.outside.name.com:32400/web)

View 1 Replies View Related

How2 Monitor "phone Home" From Browser

May 5, 2009

I use WAMP on my XP desktop to test Joomla! add-ons and scripts; as well as other php scripts before I upload to the WWW and go live. I currently use KIS.

Anyway, I installed a trial addon to J! that required a 'key' from the developer and thought that KIS would alert me to the outgoing connection that the add-on was making to verify the key; but it didn't/can't.

I've considered VMWare and Returnil, but am not sure how a VM works so that I would be alerted to outgoing connections from a script.

Just to clarify - I realize many apps have license bots that phone home to verify its a legal copy. I'm not trying to circumvent that. It just that with over 4K of extensions available for J!, I'd like to be certain that once installed, the extension is not reading the member list, etc. and sending that info to who knows where. For example, I paid a small fee for a neat WHOIS script that, come to find out, connects to the developers site every time a query is run. Not saying that he's "tasting" the lookups but, I wished I'd known that before I uploaded it to my site.

I've posted this question to the KIS Forum and have been told it's not possible to configure KIS to operate this way. I found [url]butI'm not sure this is going to do what I need.

View 7 Replies View Related

SSL On Client(WIN Mobile Device)

Feb 10, 2009

I have SSL enabled site on IIS.I want to access it from my PocketPC(Win mobile).But when I try access it, I have been prompted to install a certificate.

Unlike when I try to any HTTPS site (Banking sites) I have never been prompted to install any certificate.

Why am I being prompted with security message with "Yes,No,View certificate" options on it every time I try to access my own server(desktop) via my WIN mobile using active sync.
Unlike When I try to access banking site(https) I was never ever prompted a mesage like above.

How to have same functionality for my application also?

View 2 Replies View Related

Is There A Way To Run Putty In Windows Mobile 6.1

Oct 24, 2009

I usually go mobile and I would need putty in my wm 6.1

is there some sort of "putty" or any other ssh tool where i can run ssh commands?

View 11 Replies View Related

Hosting For A Web/mobile Application

Dec 8, 2008

to launch a web/mobile app that requires the users to choose a hosting plan with their account. I was hoping to allow them to choose from 1GB / 5GB and 10GB plans.

I'm curious to know the best place to host such a service, and how it's possible to sell the space so cheap. For example [url]- They seem quite inexpensive for the storage you get.

Would[url]pricing be the best option or is there anywhere better?

View 5 Replies View Related

Access Ssh Via Mobile Phone

Apr 21, 2007

i have read somewhere you can logon to your server via ssh on your mobile phone. Anyone know what software is needed and how to do this? I'm off on holiday at some point and i could do with an emergency backup plan! I use a Sony ericcson p900 (oldschool i know!)

My 2nd question is:

What enables/disdabled php to access files outside of root? On my current vps, i can't include files like using ../ or full paths to files/folders outside of the public web folder.

View 1 Replies View Related

.htaccess, Mobile Version Of Site

Jun 8, 2009

can i configure .htaccess to direct browsers to a different css file based upon their browser type?

That's the short question. The longer question is: how do I set up my .htaccess file to call a different css file based on mobile browsers?

All I want to do create a 2nd version of a css file so that my site's content, when viewed on a mobile browser, calls /mobi/style.css instead of /style.css.

I have the rewritecond statement for all the mobile browsers, and in fact I presently direct all mobile browser traffic to a designated static webpage, which you can see at tastyplacement . com which directs to tastyplacement . com/mobi.

But if I could simply call a different css file, I could have the pages load as they normally would but with a different css file and thus an entirely different look for the website (narrower columns, no header navigation, ie., a stripped down version of the site with the main text intact).

Can it be done?

View 4 Replies View Related

Mobile Satellite Internet Access

Jun 19, 2007

I am interested if anybody knows who provides mobile satellite internet access?I would like to access the internet from anywhere in the world?. What are the costs? Do they have different speed plans?

View 1 Replies View Related

Stats - Mobile Site Tracking

Jul 20, 2007

I have Awstats on my server enabled for:

Nokia Browser (PDA/Phone Browser)
UP.Browser (PDA/Phone Browser)
Motorola Browser (PDA/Phone Browser)

My question is, are the visitors a day accurate - which I take to be uniques. It seems these must be pretty far off.

Presently they show an extremely high multiple of that for pages/s (approx 30 -50 times the visitors). I've never heard of visitors clicking this many pages.

I've not come across these kind of number with other non-mobile sites and it makes wonder if its right.

A) is tracking handled in the same way on mobile devices as on desktops (cookies or sessions?) And is this reliable for mobile/handheld/cell-phone devices?

B) There really isn't much of a chance of these page views being a result of bookmarks - the page views don't seem to add up to this.

The 'Browser Top 10' hits coming from 'unknown' are > 50% of the total amount.

Are there any quirks with awstats or other tracking software when it comes to mobile devices, even though the activity is taking place on the server? I take it Urchin may be more accurate?

View 0 Replies View Related

SSL - Mobile Device Access Lock Down

Jan 29, 2007

We have a customer requirement to enable Direct Push email on our Outlook Web Access servers to a number of mobile devices the customer will be supplied from Vodafone - running Windows Mobile 5

Therefore we need to create a public HTTPS address to allow access to the OWA/OMA part.

We do NOT (at this stage) want to allow general access to OWA over HTTPS (we have an eGap solution with RSA for this) so we need to be able to lock down access to the OWA server only to specific devices. One way would be to use Firewall Rules at the Outer DMZ and lock down by the IP ranges of the phone but thats prohibitive to other devices and will fail when the phones change IP (i.e. international roaming)

Therefore Im wondering if we can use self signed SSL certs where there is no trusted CA provider (if there was all browsers would simply be prompted to trust the source and then get access). If we use our own self signed certs and have them installed on the client devices would this work? What would be the downsides (i.e. less cryptogrpahy without the CA part?)

View 1 Replies View Related

Apache :: How To Differentiate Between Request From Mobile And Web

Jul 4, 2014

As we are planning to implement Mobile for our platform, we want to distinguish between request coming from Mobile and Web in Apache. We will be using Apache for Reverse Proxy and we want it to differentiate the request source and forward it to required destination.Is this possible ?

View 1 Replies View Related

Installing Email Certificate On Windows Mobile 6

May 16, 2008

I have a Windows Mobile 6 (Blackjack II) phone that I am connecting to my cpanel VPS via Pop3.

I have a number of pop3 accounts setup to check for email every 30 minutes. However, every couple days the phone stops downloading mail and if I do a manual send and receive I get a "The Server Certificate is not valid. Continue Anyway?" with a yes/no. If I click yes, the email downloads and then the automated emails will work for several days and then the process is repeated.

Does anyone know how to either disable this check on the phone (no luck finding that yet), or to install the certificate from the cpanel mail server to the phone?

View 0 Replies View Related

Low Cost SSL Provider That Windows Mobile 5 Will Recognise

Nov 3, 2007

I have experimented with the Startcom free SSL certificates but would now like to install a low cost certificate on an Outlook Web Access server that Windows Mobile 5 devices will trust without having to load stuff onto each device.

View 12 Replies View Related

Plesk 12.x / Linux :: Mobile Friendly Interface

Jul 16, 2014

Why is the mobile friendly interface only available in power user mode?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved