|
List Info
Thread: Re: Crystal Tech and 301 redirects... Or lack of...
|
|
| Re: Crystal Tech and 301 redirects...
Or lack of... |
  United States |
2007-03-19 10:09:44 |
On 3/19/07 9:28 AM, "Joe D'Andrea" <joe topsailcruises.com> wrote:
> I say keep it simple. Rig it on the server side with
what you already
> have - IIS or CF.
Right -- but IIS is what the host is NOT willing to do...
And CF won't work
since the pages that need to be redirected are .htm -- not
.cfm. The NEW
pages are .cfm -- and therein lies my conundrum. :(
I have code for php, asp and cf -- but the pages I need to
redirect are
.htm, so I can't use ANY of those.
So basically, the moral is, don't use Crystal Tech I
guess... I'll advise
him to move. <sigh>
Thanks guys!
Stef.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "SEM 2.0" group.
To post to this group, send email to SEM2 googlegroups.com
**The moderators highly recommend you visit http://groups.goo
gle.com/group/SEM2 and log into the forum on the web, to
access the full range of posting, reading, and searching
options. To make your subscription "web-only" (no
email), you can set your preferences while logged into the
forum.**
To unsubscribe from this group, send email to
SEM2-unsubscribe googlegroups.com
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Crystal Tech and 301 redirects...
Or lack of... |
  United States |
2007-03-19 10:24:47 |
Stephanie - It is a bit of a chore but the 301 redirects can
be accomplished
manually with with an htaccess file.
----- Original Message -----
From: "Stephanie Sullivan" <design violetsky.net>
To: <SEM2 googlegroups.com>
Sent: Monday, March 19, 2007 11:09 AM
Subject: [SEM2] Re: Crystal Tech and 301 redirects... Or
lack of...
>
> On 3/19/07 9:28 AM, "Joe D'Andrea"
<joe topsailcruises.com> wrote:
>
>> I say keep it simple. Rig it on the server side
with what you already
>> have - IIS or CF.
>
> Right -- but IIS is what the host is NOT willing to
do... And CF won't
> work
> since the pages that need to be redirected are .htm --
not .cfm. The NEW
> pages are .cfm -- and therein lies my conundrum. :(
>
> I have code for php, asp and cf -- but the pages I need
to redirect are
> .htm, so I can't use ANY of those.
>
> So basically, the moral is, don't use Crystal Tech I
guess... I'll advise
> him to move. <sigh>
>
> Thanks guys!
> Stef.
>
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "SEM 2.0" group.
To post to this group, send email to SEM2 googlegroups.com
**The moderators highly recommend you visit http://groups.goo
gle.com/group/SEM2 and log into the forum on the web, to
access the full range of posting, reading, and searching
options. To make your subscription "web-only" (no
email), you can set your preferences while logged into the
forum.**
To unsubscribe from this group, send email to
SEM2-unsubscribe googlegroups.com
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Crystal Tech and 301 redirects...
Or lack of... |
  United States |
2007-03-19 10:25:48 |
On 19 Mar 2007, at 11:09 , Stephanie Sullivan wrote:
> On 3/19/07 9:28 AM, "Joe D'Andrea"
<joe topsailcruises.com> wrote:
>
>> I say keep it simple. Rig it on the server side
with what you already
>> have - IIS or CF.
>
> Right -- but IIS is what the host is NOT willing to
do...
Ugh. What's their problem? :(
> So basically, the moral is, don't use Crystal Tech I
guess... I'll
> advise
> him to move. <sigh>
Stat. :(
- Joe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "SEM 2.0" group.
To post to this group, send email to SEM2 googlegroups.com
**The moderators highly recommend you visit http://groups.goo
gle.com/group/SEM2 and log into the forum on the web, to
access the full range of posting, reading, and searching
options. To make your subscription "web-only" (no
email), you can set your preferences while logged into the
forum.**
To unsubscribe from this group, send email to
SEM2-unsubscribe googlegroups.com
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Crystal Tech and 301 redirects...
Or lack of... |
  United States |
2007-03-19 10:25:40 |
On Monday 19 March 2007 10:09 am, Stephanie Sullivan wrote:
> On 3/19/07 9:28 AM, "Joe D'Andrea"
<joe topsailcruises.com> wrote:
> > I say keep it simple. Rig it on the server side
with what you already
> > have - IIS or CF.
>
> Right -- but IIS is what the host is NOT willing to
do... And CF won't work
> since the pages that need to be redirected are .htm --
not .cfm. The NEW
> pages are .cfm -- and therein lies my conundrum. :(
With apache you can use a .htaccess file to cause the
redirect
http://www.webweaver.nu/html-tips/web-redirection.shtml
a>
--
Joe Claborn
joe claborn.net
254-829-2448
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "SEM 2.0" group.
To post to this group, send email to SEM2 googlegroups.com
**The moderators highly recommend you visit http://groups.goo
gle.com/group/SEM2 and log into the forum on the web, to
access the full range of posting, reading, and searching
options. To make your subscription "web-only" (no
email), you can set your preferences while logged into the
forum.**
To unsubscribe from this group, send email to
SEM2-unsubscribe googlegroups.com
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Crystal Tech and 301 redirects...
Or lack of... |
  United States |
2007-03-19 10:29:45 |
On 19 Mar 2007, at 11:24 , <marketing_with_taste a-ofsalt.com> wrote:
> Stephanie - It is a bit of a chore but the 301
redirects can be
> accomplished
> manually with with an htaccess file.
True! However, IIS doesn't natively support htaccess AFAIK.
You would
need something along the lines of IISPassword[1].
Would Crystal Tech be willing to add _that_?
- Joe
[1] http://www
.troxo.com/products/iispassword/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "SEM 2.0" group.
To post to this group, send email to SEM2 googlegroups.com
**The moderators highly recommend you visit http://groups.goo
gle.com/group/SEM2 and log into the forum on the web, to
access the full range of posting, reading, and searching
options. To make your subscription "web-only" (no
email), you can set your preferences while logged into the
forum.**
To unsubscribe from this group, send email to
SEM2-unsubscribe googlegroups.com
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: Crystal Tech and 301 redirects...
Or lack of... |

|
2007-03-19 11:51:21 |
Ha! Turns out the only helpful part of my response was the
tongue-in-cheek part.
Move to a new host, and make sure you get your DNS set up
somewhere
you control as well.
johnk
On 3/19/07, Stephanie Sullivan <design violetsky.net> wrote:
>
> On 3/19/07 9:28 AM, "Joe D'Andrea"
<joe topsailcruises.com> wrote:
>
> > I say keep it simple. Rig it on the server side
with what you already
> > have - IIS or CF.
>
> Right -- but IIS is what the host is NOT willing to
do... And CF won't work
> since the pages that need to be redirected are .htm --
not .cfm. The NEW
> pages are .cfm -- and therein lies my conundrum. :(
>
> I have code for php, asp and cf -- but the pages I need
to redirect are
> .htm, so I can't use ANY of those.
>
> So basically, the moral is, don't use Crystal Tech I
guess... I'll advise
> him to move. <sigh>
>
> Thanks guys!
> Stef.
>
>
>
> >
>
--
Get 250 Free Business Cards
Print Whatever You Like!
http://Cabata.com/Cards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "SEM 2.0" group.
To post to this group, send email to SEM2 googlegroups.com
**The moderators highly recommend you visit http://groups.goo
gle.com/group/SEM2 and log into the forum on the web, to
access the full range of posting, reading, and searching
options. To make your subscription "web-only" (no
email), you can set your preferences while logged into the
forum.**
To unsubscribe from this group, send email to
SEM2-unsubscribe googlegroups.com
-~----------~----~----~----~------~----~------~--~---
|
|
[1-6]
|
|