Internal & external Domain the same Cannot resolve Website

Since moving my website from internal to a external hosting provider, I cannot browse the website from inside my LAN
I have created the necessary A record with  www  and added the Public IP for the my website. 
I have created a Delegation for the Zone in DNS and set it to my SOA dns server reported to me because the above would work. 
I have seen this setup many times in other networks but i canot figure this one out.
I verified there was no RDNS record anymore from the ISP as that was causing a issue before 
From PC outside the LAN 
C:\>dig -x 64.129.116.22
; <<>> DiG 9.3.2 <<>> -x 64.129.116.22
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 138
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;22.116.129.64.in-addr.arpa.    IN      PTR
;; ANSWER SECTION:
22.116.129.64.in-addr.arpa. 86400 IN    PTR     mail.evolutionimpressions.com.
22.116.129.64.in-addr.arpa. 86400 IN    PTR     ftp.evolutionimpressions.com.
;; Query time: 93 msec
;; SERVER: 24.92.226.40#53(24.92.226.40)
;; WHEN: Tue May 08 07:11:29 2012
;; MSG SIZE  rcvd: 105
C:\>dig evolutionimpressions.com a
; <<>> DiG 9.3.2 <<>> evolutionimpressions.com a
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1120
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;evolutionimpressions.com.      IN      A
;; ANSWER SECTION:
evolutionimpressions.com. 36945 IN      A       184.168.26.1
;; Query time: 21 msec
;; SERVER: 24.92.226.40#53(24.92.226.40)
;; WHEN: Tue May 08 07:13:18 2012
;; MSG SIZE  rcvd: 58
From the DNS Server 
C:\>ipconfig /all
Windows IP Configuration
   Host Name . . . . . . . . . . . . : EIS03
   Primary Dns Suffix  . . . . . . . : evolutionimpressions.com
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : evolutionimpressions.com
Ethernet adapter Local Area Connection:
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Broadcom BCM5708C NetXtreme II GigE (NDIS
 VBD Client)
   Physical Address. . . . . . . . . : 00-19-B9-BC-3D-1E
   DHCP Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 172.16.1.5
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . : 172.16.1.177
   DNS Servers . . . . . . . . . . . : 172.16.1.5
C:\>ping www.evolutionimpressions.com
Pinging www.evolutionimpressions.com [184.168.26.1]
with 32 bytes of data:
Reply from 184.168.26.1: bytes=32 time=67ms TTL=59
Reply from 184.168.26.1: bytes=32 time=66ms TTL=59
Reply from 184.168.26.1: bytes=32 time=61ms TTL=59
Reply from 184.168.26.1: bytes=32 time=89ms TTL=59
Ping statistics for 184.168.26.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 61ms, Maximum = 89ms, Average = 70ms
C:\>nslookup
Default Server:  eis03.evolutionimpressions.com
Address:  172.16.1.5
> www.evolutionimpressions.com
Server:  eis03.evolutionimpressions.com
Address:  172.16.1.5
Name:    www.evolutionimpressions.com
Address:  184.168.26.1

I can make the users put the www in front of the domain name but i cannot for the life of me figure out why this isnt working... 

Running either an nslookup or a DIG on my part shows the following:
==========================================
c:\DIG>dig evolutionimpressions.com
; <<>> DiG 9.8.0 <<>> evolutionimpressions.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37852
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;evolutionimpressions.com.      IN      A
;; ANSWER SECTION:
evolutionimpressions.com. 86400 IN      A       184.168.26.1
==========================================
c:\DIG>dig www.evolutionimpressions.com
; <<>> DiG 9.8.0 <<>>
www.evolutionimpressions.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55452
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.evolutionimpressions.com.  IN      A
;; ANSWER SECTION:
www.evolutionimpressions.com. 86400 IN 
CNAME   evolutionimpressions.com.
evolutionimpressions.com. 86400 IN      A       184.168.26.1
==========================================
A reverse on 64.129.116.22:
c:\DIG>dig -x 64.129.116.22
; <<>> DiG 9.8.0 <<>> -x 64.129.116.22
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34360
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;22.116.129.64.in-addr.arpa.    IN      PTR
;; ANSWER SECTION:
22.116.129.64.in-addr.arpa. 86305 IN    PTR    
ftp.evolutionimpressions.com.
22.116.129.64.in-addr.arpa. 86305 IN    PTR     mail.evolutionimpressions.com.
==========================================
A reverse on 184.168.26.1
c:\DIG>dig -x 184.168.26.1
; <<>> DiG 9.8.0 <<>> -x 184.168.26.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52143
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;1.26.168.184.in-addr.arpa.     IN      PTR
;; ANSWER SECTION:
1.26.168.184.in-addr.arpa. 3600 IN      PTR     p3nlhg290c1290.shr.prod.phx3.secureserver.net.
==========================================
In summary, it appears 184.168.26.1 is the record for both
http://evolutionimpressions.com/ and
www.evolutionimpressions.com.
But I noticed, is that when I typed in
www.eveolutionimpressions.com, it redirects it to
http://evolutionimpressions.com/ .
This is because www.evolutionimpressions.com is a
CNAME for http://evolutionimpressions.com/ (without the www). 
Therefore that concludes me to believe that's why internally you can't access the site. This is because no matter what you do, since evolutionimpressions.com, and the CNAME is always reverting it
http://evolutionimpressions.com, and your AD name is
evolutionimpressions.com, you are always accessing one of the internal DCs' LdapIpAddress. Note: each DC creates this record. You can't alter it!
How do you get around that? Not so simple. What I would normally suggest (disregarding the security implications), is to install IIS on each DC, then in the default website properties, create a redirect to
www.evolutionimpressions.com. HOWEVER, because the website is always redirecting to
http://evolutionimpressions.com due to the CNAME, it won't work, and will create a redirect loop.
I haven't seen this scenario before.
The simple fix I would believe and suggest to ask whomever created the public records for the site to
eliminate the CNAME and simply create two A records:
evolutionimpressions.com            A     184.168.26.1
www.evolutionimpressions.com    A     184.168.26.1
Then either always only use www in front of it, or do the IIS trick/workaround above. Here'a little tidbit - in the browser, simply type in
evolutionimpressions (without www or com), and then hit CTRL & <enter>, and the browser will add the WWW and COM to it.
Here's more on that DC IIS trick/workaround:
Can't Access Website with Same Name (Split Zone or no Split Brain)
Published by Ace Fekay, MCT, MVP DS on Sep 4, 2009 at 12:11 AM  1278  0
For no WWW in front of URL, scroll down to "So you don't want to use WWW in front of the domain name"
http://msmvps.com/blogs/acefekay/archive/2009/09/04/split-zone-or-no-split-zone-can-t-access-internal-website-with-external-name.aspx
Ace Fekay
MVP, MCT, MCITP EA, MCTS Windows 2008/R2, Exchange 2007 & Exchange 2010, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services
Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
This post is provided AS-IS with no warranties or guarantees and confers no rights.

Similar Messages

  • Which abap statements will start new internal session in the same external

    hi
    which abap statements will start new internal session in the same external

    Hi,
    Generally, the statements SUBMIT and CALL TRANSACTION would create internal session within another.
    However, the addition 'AND RETURN' should be specified upon using SUBMIT statement else without the addition, the internal session will be overwritten with the new program called by using SUBMIT.
    LEAVE TO TRANSACTION also will overwrite the current internal session with the new transaction code.
    Cheers,
    Venkat
    P.S: Kindly reward points for useful answers

  • The system cannot resolve database name" while restoring AppSet

    Hello Everyone,
    I am having an issue restoring AppSet using Server Manager. The error I'm getting is the following:
    "The system cannot resolve the database name. Check that your connection with SQL Server still exists, or use another version of SQL Server".
    I suspect that some port(s) that's being used by Server Manager is closed... Is there a list of ports which need to be open between Application Server and Database Server?
    I'm running BPC 5.1 SP03 multi-server environment.
    Thanks in advance,
    Akim

    Tony,
    Thanks for the reply. I have all default settings for SQL/AS. BPC itself has no issues communicating between App/DB.
    I noticed an interesting thing... I can backup successfully with "Use backup files' folder path on a remote SQL server", but it fails if i backup localy to the application server. In a SQL Log I am seeing:
    BackupDiskFile::CreateMedia: Backup device '
    <AppServer Name>\SQLShare\ApShell.BAK' failed to create. Operating system error 53(The network path was not found.).
    Same with restore.
    Basically, my workaround is to restore SQL part from shared/remote location.
    Thanks,
    Akim

  • Does anyone know where the iWeb data files are located or what they are called?  I can't find them.  I looked in Finder for files named the same as my website, but found nothing.  Any help would be appreciated.

    Does anyone know where the iWeb data files are located or what they are called?  I can't find them.  I looked in Finder for files named the same as my website, but found nothing.  Any help would be appreciated.

    If you erased or replaced your hard drive since iWeb was cancelled, then they are gone. Otherwise, if you have maintained backups then check those.
    Usually such files are in the /Home/Library/ folder or a sub-folder.
    Exposing the /Home/Library/ Folder
    Pick one of the following methods:
    A. This method will make the folder visible permanently. Open the Terminal application in your Utilities folder and paste the following at the command prompt:
    chflags nohidden ~/Library
    Press RETURN.
    B. Click on the Desktop, press the OPTION (⌥) button, select Library from the Finder's Go menu.
    C. Select Go To Folder from the Finder's Go menu. Paste the following in the path field:
    ~/Library
    Press the Go button.

  • All website went "Not Found HTTP Error 404. The requested resource is not found." and the "Firefox cannot load websites but other programs can" page is not help

    ''dupe of https://support.mozilla.org/en-US/questions/928117''
    all website went "Not Found HTTP Error 404. The requested resource is not found." and the "Firefox cannot load websites but other programs can" page is not helping in any ways

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *http://kb.mozillazine.org/Error_loading_websites
    You can try to reset (power off/on) the router.

  • Connect external audio + internal audio in the same time

    Hello,
    how I can connect my bose companion 2 and permit to operate at the same time the integrated speaker and the external audio speaker? I can with usb-rca cable. where I should bay?

    Welcome to the Apple Discussions!
    I do not know anyone who has figured out how to do that! You can either use the external speakers or the internal speakers, but not both at the same time.
    Dah•veed

  • Using External Speakers And Internal Speakers At The Same Time

    I know this is probably a long shot, but is it possible to use both the external speakers I have (the cheaper Bose ones) and the internal speakers of my Intel iMac at the same time?
    Probably not, right?
    I'm just looking for a cool three speaker kind of experience. Just wondering. Thanks for the help. Asante sana.
    Pete

    Pete
    Once you plug into the external headphone jack that's were your audio output for iTunes is. The exception here for me is at start-up, the sound will use the internals untill the external set-up is detected.
    Something else you can do to add more to your external set-up is to split it with an adapter(s).
    Examples use this adapter: http://www.maplin.co.uk/Module.aspx?TabID=1&DOY=search&ModuleNo=1221&criteria= one lead to your powered externals,
    and the other to a Stereo or TV with this adapter: http://www.maplin.co.uk/Module.aspx?TabID=1&ModuleNo=31700&doy=19m2
    You can buy these adapters at most electronics outlets.
    Hope this helps you expand on your sound set-up!
    Dennis
    17" iMac Intel Core Duo 1.5GB Ram   Mac OS X (10.4.8)   Maxtor 300GB FireWire 2G Nano

  • Dynamic Internal Table with the same name

    Hey Guys
    I have a question.
    I know that we can create dynamic internal table taking a struct dynamically.
    But I have 2 ques on the same subject.
    1. Can we create an internal table based on a type that we have locally declared eg
    types: begin of ty_demo.
               var1(1) type c,
               var2     type p,
              end of ty_demo.
    2. If an internal table is already declared based on the above type say data: i_tab type standard table of ty_demo.
        If i need to enhance the struct of this internal table. Can i do that by dynamically redefining it based on a different structure but keepin the same name i_tab.
    In a nut shell I cannot change the name of my itab but I want to enhance the structure.
    I Hope I am clear.
    Help will be greatly apprcieated.
    Thanks
    Sameer

    hai.
    we can create an internal table based on a type that we have locally declared, but you have to use data instead of types like.
    data: begin of ty_demo.
    var1(1) type c,
    var2 type p,
    end of ty_demo.
    check the example notes for dynamic itab .
    Dynamic internal table is internal table that we create on the fly with flexible column numbers.
    For sample code, please look at this code tutorial. Hopefully it can help you
    Check this link:
    http://www.****************/Tutorials/ABAP/DynamicInternaltable/DynamicInternalTable.htm
    Sample code:
    DATA: l_cnt(2) TYPE n,
    l_cnt1(3) TYPE n,
    l_nam(12),
    l_con(18) TYPE c,
    l_con1(18) TYPE c,
    lf_mat TYPE matnr.
    SORT it_bom_expl BY bom_comp bom_mat level.
    CLEAR: l_cnt1, <fs_dyn_wa>.
    Looping the component internal table
    LOOP AT it_bom_expl INTO gf_it_bom_expl.
    CLEAR: l_cnt1.
    AT NEW bom_comp.
    CLEAR: l_cnt, <fs_dyn_wa>, lf_mat.
    For every new bom component the material data is moved to
    temp material table which will be used for assigning the levels
    checking the count
    it_mat_temp[] = it_mat[].
    Component data is been assigned to the field symbol which is checked
    against the field of dynamic internal table and the value of the
    component number is been passed to the dynamic internal table field
    value.
    ASSIGN COMPONENT c_comp_list OF STRUCTURE <fs_dyn_wa> TO
    <fs_check>.
    <fs_check> = gf_it_bom_expl-bom_comp.
    ENDAT.
    AT NEW bom_mat.
    CLEAR l_con.
    ENDAT.
    lf_mat = gf_it_bom_expl-bom_mat.
    Looping the temp internal table and looping the dynamic internal table
    *by reading line by line into workarea, the materialxxn is been assigned
    to field symbol which will be checked and used.
    LOOP AT it_mat_temp.
    l_nam = c_mat.
    l_cnt1 = l_cnt1 + 1.
    CONCATENATE l_nam l_cnt1 INTO l_nam.
    LOOP AT <fs_dyn_table2> ASSIGNING <fs_dyn_wa2>.
    ASSIGN COMPONENT l_nam OF STRUCTURE <fs_dyn_wa2> TO <fs_xy>.
    ENDLOOP.
    IF <fs_xy> = lf_mat.
    CLEAR lf_mat.
    l_con1 = l_con.
    ENDIF.
    Checking whether the material exists for a component and if so it is
    been assigned to the field symbol which is checked against the field
    of dynamic internal table and the level of the component number
    against material is been passed to the dynamic internal table field
    value.
    IF <fs_xy> = gf_it_bom_expl-bom_mat.
    ASSIGN COMPONENT l_nam OF STRUCTURE <fs_dyn_wa> TO <fs_check>.
    CLEAR l_con.
    MOVE gf_it_bom_expl-level TO l_con.
    CONCATENATE c_val_l l_con INTO l_con.
    CONDENSE l_con NO-GAPS.
    IF l_con1 NE space.
    CONCATENATE l_con1 l_con INTO l_con SEPARATED BY c_comma.
    CLEAR l_con1.
    l_cnt = l_cnt - 1.
    ENDIF.
    <fs_check> = l_con.
    l_cnt = l_cnt + 1.
    ENDIF.
    ENDLOOP.
    AT END OF bom_comp.
    At end of every new bom component the count is moved to the field
    symbol which is checked against the field of dynamic internal table
    and the count is been passed to the dynamic internal table field
    value.
    ASSIGN COMPONENT c_count OF STRUCTURE <fs_dyn_wa> TO <fs_check>.
    <fs_check> = l_cnt.
    INSERT <fs_dyn_wa> INTO TABLE <fs_dyn_table>.
    ENDAT.
    ENDLOOP.
    regards.
    sowjanya.b

  • Sduncs00 I am having the same problem what website was acting like that and how did you fix it

    What website do I go to and how do I fix it

    Can't connect to the iTunes Store
    and, if necessary
    Does the iOS device connect to other networks? If yes that tend to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect to this network OK?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Sometimes phone numbers that are on emails and websites show up for a second or two and then are removed. This doens't happen with the same email or website when I use Internet Explorer

    On some emails and websites phone numbers appear for a second or two and then disappear. If I reload the email or website, the number again appears for a second or two and then disappears. This doesn't happen when I open that same email or website in Internet Explorer.

    Do you have Skype installed, I have seen similar reports about Skype causing this. Skype include a "number highlighting" option, and it may be malfunctioning and hiding the numbers instead of highlighting them. If you have Skype, try turning this feature off - http://blog.calcoastwebdesign.com/2008/11/how-to-disable-number-highlighting.html
    If that does not help, try the procedure in the [[troubleshooting extensions and themes]] article, this is likely to be caused by an extension/theme issue.

  • After installing version 6.0.1 i have problems with some webpages that don't open or it doesn't charge internal pages of the same website

    I have problems working with this website that I use every day for my work since the latest version of Firefox was installed on my PC (6.0.1) previosly I had 5.0 version and worked fine with no trouble at all
    http://www.m3profesional.com/
    its a Real estate site and when i open the site and request a list of properties I need to check, the next page does not charge the info, only the header of it.

    cor-el, I started Firefox in the Safe Mode as recommended. It looked and worked fine. Same after I closed and reopened it. As suggested, I shut down and restarted and so far it is operating "normally." Pages open on the first try and the back button works just fine. The double headers are gone and all my Bookmarks are in place. I did not change any settings or stop any functions (add-on's, etc).
    Hopefully this has solved the issue. Only time will tell. Thanks for your help. I also have a long list of other things to try from Safe Mode if the issue returns.
    I appreciate your prompt help. Larry.

  • If I configure a buffered pattern input and a buffered pattern output on the 6534 to both operate from the internal clock, will data be transferred out on the same rising edge as data is transfered in or are there two separate oscillators?

    Basically, I want to perform a buffered pattern output synchronously with a buffered pattern input. If I configure the two groups to be internally timed from the same frequency, will the data in be transferred on the same edge as the data out or will the two groups use different oscillators?

    Hi Joseph,
    There are two clocking structures on the 653x boards, one for each group. This means, even if you specify the exact same frequency for both there is no guarantees that they will be synchronized exactly.
    The workaround for synchronizing both groups is to have 1 group clocked internally and 1 group to be clocked externally. Then route the Req line from the internally clocked group to the Req line of the externally clocked group.
    Hope that helps.
    Ron

  • Internal network not working the same as on previo...

    Hi all,
    I had the previous HH3 when I had standard BT Broadband, with this I was able to browse to webcam.home for example.
    Since my upgrade to Infinity I now have the new HH3 installed (Software version V100R001C01B031SP09_L_B), no matter what I do I can no long browse using the name. If I look at the details in Home Hub manager UI then I can find the IP address of the camera and browse to it, this works fine. It doesn't look like the new hub is handling the internal network in the same way.
    I am using DHCP for all the connected devices.
    Any ideas would be greatly appriciated as i don't want to have to remember all the IP addresses of my networked devices.
    Thanks in advance,
    Steven

    Hi svacher
    If you logon to the HH3, under the Home tab, what is listed under "Devices currently connected to your BT homehub".
    You should see your camera there and it's hostname. If you only see the ip address then the hostname has not been resolved. That could be that the camera has not "registered" it's name with the HH3.
    Not sure if you are using your browser from Windows, but you could try opening up a command prompt and running this command. It will flush any old DNS entries and should allow you to use the hostname.
    ipconfig /flushdns
    ptan

  • Can I use DIO 32HS in pattern I/O and Unstrobed I/O in the same time?

    I work with a pci dio 32 HS(programming with labview) and i want to know if it is possible to configure 3 ports in unstrobed output mode (24 static digital lines) and 1 port in pattern I/O mode which can read AND(not "or") write data(using internal clock)in the same VI.moreover in pattern I/O mode am i obliged to use these port combinations (16 bits: (port0,Port1) or (port 2, port 3) , 32 bits: (port 0,1,2,3))and not an other one and can i configure one port in output and input at the same time (for example aquiring and generating data at the falling and rising edge of the internal clock)?? please give me all possibilities of lines, ports and groups direction (input output bidirectionnal) with more de
    tails (i'm not sure of what i can do using the 653X user manual). else, I can't observe with my oscilloscope TEK the internal clock signal(squarewaveform TTL) onthe REQ pin as it is said in the user manual, WHY????
    Thank you for your answers.bye

    Hi,
    No, you cannot configure 3 ports together. On the PCI-DIO-32HS, there are two main port groups, each group consisting of two ports: group 1 (ports 0,1) and group 2 (ports 2,3). You can configure two 8-bit ports (0 and 2), two 16-bit ports (0,1 and 2,3) and one 32-bit port (ports 0,1,2,3); you can configure each group independently.
    Regards,
    RamziH.

  • Moving multiple projects that reference the same one event...

    After a help and advice from several of you here, and watching and rewatching some tutorials, I finally figured out how to properly move/archive projects to an external drive.  But I do have at least one question:
    Say I copy a project to an external drive along with its referenced event(s).  All is well as far as that project concerned, and I want to delete both the project and the event it references from my secondary internal drive.  But I have some other versions of that same project I also want to move from the same secondary internal drive to the same external drive.  Of course, I don't want to duplicate the referenced event again.  So how do I do this?
    From the tutorials, I'm guessing the best way to do this would be to duplicate the projects to the external drive.  Then, if I find I want to use them, I can open them and link them to the same event on the external drive. 
    Is that the best way to do this?  I don't guess there's any way to move several projects that all reference one event to an external drive in a way that automatically links them to that event on the new drive?

    Hi Russ--
    Thanks for the link to the tutorial.  I'll definitely watch it.  It's actually by the same people that did the tutorials I'm using, but it might have some new information or help reinforce things.
    My particular problem was moving over the other project files to go with the event that I already moved.  I didn't know how to link them to that newly-created event on the new drive, but, it turns out it's pretty automatic as long as the event has the same name.

Maybe you are looking for