Jump to content

Recommended Posts

Posted

Hi,

 

Can someone help me with my problem? I already done pointing the nameservers to heliohost from my domain registrar but seems it doesn't show up as I want it to be. One thing confused me is that, I can logged in to the cpanel and can find all of my files there.

 

Here's my web site: http://keith-web-assistants.com

 

Any help are appreciated.

 

Thank you so much

 

Clint E.

Posted

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

 

Posted
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

 

Posted

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".

 

Posted
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

 

Posted

I've never used WordPress so I can't help you there. Hopefuly somebody else will come along and help you.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...