Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rye8261

    AD Sites and Services Design Question

    I'm sorry, I should have stated this. I already have the 7 sites created and that's working fine. The problem that I'm running into is every time I add a new DC, it gets the automatically generated connection to the slowest DC for the inter-site transport site link. That's what I need help...
  2. rye8261

    AD Sites and Services Design Question

    I'm hoping someone can explain to me what to do with Sites and Services. I don't think I fully grasp what I'm supposed to do to do it manually and the automatic way isn't working out because everything keeps going to one site no matter if i set a preferred bridgehead server or not. Ok, here is...
  3. rye8261

    Pagefile on Server Core

    My main hyper-v server runs server core and has 48GB of memory. It has 2 x 72gig drives in raid 1 and for some reason, the page file is taking up 48GB of those drives. Do i really need a page file with that much memory in the server? This server is just for Hyper-V and is part of a cluster...
  4. rye8261

    Free/Busy Problems

    I also ran this tool: https://www.testexchangeconnectivity.com/ Everything connected successfully for the Outlook 2007 Autodiscover Connectivity Test so I don't know what the problem could be right now.
  5. rye8261

    Free/Busy Problems

    I'm having a problem with my Exchange 2007 server where Outlook 2007 users can't see others Free/Busy times when out of the office. It works fine internally, but not outside the office. The Exchange server has been fully updated to the latest Exchange service pack and rollouts. I've fixed...
  6. rye8261

    Mod Rewrite problem w/ PHP5

    I just moved to php5 yesterday. Everything on my server works except for a Mapping script that uses htaccess. The htaccess file I'm using contains this: rewriteEngine on RewriteBase / RewriteRule ^\/(\d+)\/World-Map-(.*)\.png$...
  7. rye8261

    Limiting the RM command to a certain number?

    I have a problem where I have a ton of files in a folder and I can't delete them. Every time I use the RM command on the folder to delete all the files I get kicked out of my ssh connection. Is there a way to limit the RM command to say 500 files?
  8. rye8261

    Is this possible with Regular Expressions?

    I've never used regular expressions and I'm trying to learn them right now. I have one question before I invest a lot of time on them as this is all I'm trying to do with them. Is is possible to have a string like this: "Images/Welcome/images/welcome image 19.gif" An get only this part...
  9. rye8261

    htaccess image redirect?

    Is it possible to have all images on one folder redirected to another folder without breaking the images? Example, say I have these two images below: http://img.myserver.com/imagefolder/image1.jpg http://img.myserver.com/imagefolder/image2.jpg I'd like to make them redirect to another server...
  10. rye8261

    IP Showing in DNS that shouldn't

    There are 11 Servers. This is not coming from any of them. I've triple checked all of them. It must be from a client computer.
  11. rye8261

    IP Showing in DNS that shouldn't

    Another thing I've noticed is this only happens with Windows XP. None of our Vista or 2000 PC's have had a problem.
  12. rye8261

    IP Showing in DNS that shouldn't

    Not that I know of but I don't know how to tell exactly. We have people visiting every day at our office. Do you know any software to run that will see what services may be running on computers connected to our network?
  13. rye8261

    IP Showing in DNS that shouldn't

    On Friday a few people at work said they had trouble getting to the internet. I looked and saw that somehow they got a DNS Server IP that shouldn't be there, our network is a 192.168.X and it was a 172.16.X. So after a simple repair on their connection it would work find. Now more people seem...
  14. rye8261

    301 To Lowercase Folders?

    I don't know if this is even possible. This is what I'd like to do: Original Folder: - Folder1 --- Sub_Folder1 --- Sub_Folder2 ----- Inner_Folder1 New folder: - folder1 --- sub_folder1 --- sub_folder2 ----- inner_folder1 Basically I want to redirect uppercase folders to all lowercase...
  15. rye8261

    Restore Original Cert from Exchange 2007

    OK, I've added my company certificate a while back to my Exchange 2007 server. We didn't have any Outlook 2007 computers so I didn't know about the whole certificate issue with being on the internal network and being prompted about it. Now we do have an Outlook 2007 user, me, and while I don't...
  16. rye8261

    For loop question

    Well here is exactly what I have for my code now: <script type="text/javascript" language="JavaScript"><!-- function ShowContent(d) { for (var x = 1; x <= 26; x++){ if(d == "uniquename"+x){ document.getElementById('empty'+x).style.display = "none"...
  17. rye8261

    For loop question

    I'm a php person not JS so I'm a little slow with JS. I have a php page that is in a for loop and will pass the javascript function a variable like "uniquename1" or "uniquename2" My JS function looks like this, not pretty but works for me with a single variable (not with the .d parts). How...
  18. rye8261

    Mod Rewrite help please

    Ok, can you tell me how to fix it? I tried RewriteCond page=(.*)$ %{QUERY_STRING} and it didn't do anything. Sorry I've never really used htaccess before.
  19. rye8261

    Mod Rewrite help please

    Feherke, I've put that code in the htaccess on my test site and when I try to go to the pages with the /?page=X it's taking me to an error page. Do you have any idea why that might be? Do i have to change the code around on the site to display different? The only thing I noticed is the code...
  20. rye8261

    Mod Rewrite help please

    Thanks feherke, should I apply a 301 on that? If so do I just make the last line: RewriteRule .* %{REQUEST_URI}/%1 [R=301,L]

Part and Inventory Search

Back
Top