Jump to content

k3ith08

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by k3ith08

  1. Remove this section from your htaccess code:

     

    RewriteCond %{HTTP_HOST} ^keith-web-assistants.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.keith-web-assistants.com$
    RewriteRule ^/?$ "http\:\/\/keith\-web\-assistants\.com" [R=301,L]

     

    That should remove the 301.

     

    Another thing I would remove is your FrontPage Extensions if your not using them. Just go to FrontPage Extensions at your cPanel and click "Uninstall".

     

    hi sir, my site is now running and showed up. I used to put this in my .htaccess

     

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

     

    # END WordPress

     

    and thanks to your help..

     

    One another problem is that, when I used to change my Permalink Option, I don't see anything on it for me to edit. Here's the image I have when I open the permalink option: http://screencast.com/t/YmI2YjJmO

     

    Anyhelp for this? Thanks in advance

     

  2. I'm getting a 301 redirect. Have you done anything as far as a redirect at the cpanel? Have you edited your htaccess file?

     

    Hi byron, thanks for your urgent reply. I am sorry I am new to this thing and exploring myself, what should I do with my .htaccess file? here's the content of my htaccess,

     

    RewriteEngine on

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>

    order deny,allow

    deny from all

    allow from all

    </Limit>

    <Limit PUT DELETE>

    order deny,allow

    deny from all

    </Limit>

    AuthName keith-web-assistants.com

    AuthUserFile /home/k3ith08/public_html/_vti_pvt/service.pwd

    AuthGroupFile /home/k3ith08/public_html/_vti_pvt/service.grp

    RewriteCond %{HTTP_HOST} ^keith-web-assistants.com$ [OR]

    RewriteCond %{HTTP_HOST} ^www.keith-web-assistants.com$

    RewriteRule ^/?$ "http\:\/\/keith\-web\-assistants\.com" [R=301,L]

     

    Options All Indexes

    IndexOptions -FancyIndexing

     

    What modification I am going to do for these? Thanks in advance sir.

     

    Regards,

     

    Clint

     

×
×
  • Create New...