Jump to content

TCH-Bruce

Members
  • Posts

    20,156
  • Joined

  • Last visited

Everything posted by TCH-Bruce

  1. redneck
  2. Move your site over here.
  3. pelt
  4. fell
  5. fill
  6. Open the ticket through the help desk and ask that it be escalated. Link to help desk at top of this page or in my signature.
  7. bread
  8. Please open a ticket with the help desk and have one of the techs take a look. Link above or in my signature.
  9. If you aren't blocking or redirecting anything the .htaccess file can be blank it's not an issue. Some people don't even have an .htaccess file.
  10. Great, glad you got it sorted out.
  11. If you are using FrontPage I think these lines need (or should) be in the .htaccess file. >RewriteEngine on # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> #The next line modified by DenyIP order allow,deny #The next line modified by DenyIP #deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.michaelstreeter.com AuthUserFile /home/******/public_html/_vti_pvt/service.pwd AuthGroupFile /home/******/public_html/_vti_pvt/service.grp Options All -Indexes Make sure to replace the ****** with the actual path on the server.
  12. Strange, the link works for me.
  13. Welcome to the forums flatlander Would something like a blog software work? You can install WordPress through Fantastico.
  14. You are correct, they are not working on that one post. You can try moving the mod security if to the top of your .htaccess (not sure if it will help, that's where mine is).
  15. Sounds to me that the link is wrong. Have an example?
  16. Welcome to the forum chuckat I too don't see any errors. Maybe you need to clear your cache for your browser. Press CTRL + F5 to clear it and try again.
  17. All you need is what I entered in my first reply. All the other redirects can be removed. >Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^natural-light-cambridge.co.uk [nc] rewriterule ^(.*)$ http://www.natural-light-cambridge.co.uk/$1 [r=301,nc] The $1 will be replaced by what ever page they are accessing (ex. index.html, about.html, contact.html, etc...) every thing will appear with www.natural-light-cambridge.co.uk/ in front of it.
  18. Welcome to the forum, chemdata, Check the config file and be sure you are using the correct user/password combination too.
  19. tried
  20. wall
  21. That top portion can be removed if you haven't already. What it does is replace index.html with index.php. Unless you are using that it can safely be removed. It would be if you were changing your site from using html to php pages. The one I gave is to just force www in front of any request for your domain.
  22. fries
  23. bald
  24. cold
  25. fired
×
×
  • Create New...