Jump to content

Problem: My Domain Doesn't Shows up


Recommended Posts

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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...