Announcement

Collapse
No announcement yet.

.htaccess problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    .htaccess problem

    hi

    i created a .htaccess file which has only this line:

    Redirect permanent /index.html http://www.pnagames.com/acatalog/index.html

    when i move it to the host under me public/www folder

    it gives me an internal server error...

    grrrrrrr!!!!!!

    all i want is to redirect everybody that access the site to the acatalog/index.html

    #2
    Hi Panagiotis

    If you are on a shared server you will probably have to ask the host company to set this up as many don't allow individual .htaaccess files.

    Tom Riddell
    www.silvermoonbeads.com - Gemstones, Pearls, Hill Tribe sterling silver, Swarovski and Findings.

    Comment


      #3
      Get rid of the opening /

      The htaccess should read Redirect permanent index.html http://www.pnagames.com/acatalog/index.html
      Bill
      www.egyptianwonders.co.uk
      Text directoryWorldwide Actinic(TM) shops
      BC Ness Solutions Support services, custom software
      Registered Microsoft™ Partner (ISV)
      VoIP UK: 0131 208 0605
      Located: Alexandria, EGYPT

      Comment

      Working...
      X