Jump to content



Latest News: (loading..)

- - - - -

Problems with GoDaddy


This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#-19   yokd

yokd
  • Members
  • 4 posts

Posted 20 January 2006 - 09:08 PM

We are trying to install osCommerce on our hosting provider of GoDaddy.com.

My first problem is the .htaccess i added thesel lines to the .htaccess file inside the admin dir.

# $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
#   AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)

# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers

<IfModule mod_setenvif.c>
  <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
             nokeepalive ssl-unclean-shutdown \
             downgrade-1.0 force-response-1.0
  </IfDefine>
</IfModule>

# If Search Engine Friendly URLs do not work, try enabling the
# following Apache configuration parameter
#
# AcceptPathInfo On

# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)
#
#<IfModule mod_php4.c>
#  php_value session.use_trans_sid 0
#  php_value register_globals 1
#</IfModule>

AuthName "Restricted Area"
AuthType Basic
AuthUserFile /dir/dir/u/s/e/username/html/catalog/admin/.htpasswd
AuthGroupFile /dev/null
require valid-user

becasues GoDaddy does not allow you to put your .htpasswd file outside the www dir for all browser's to stumble upon - should i just go ahead and get a php password security instead of taking the risk of leaving the .htpasswd file in the admin dir?

----------------------------------------------------------------------------------------------------------------------------

My next problem is this we purchased the SSL high-assurance from GoDaddy and are having problems getting the CSR - GoDaddy says i'm supposed to get the CSR from osCommerce and paste it into the SSL request from them, however after reading the knowledge base of osCommerce it says to receive it from our hosting provider which is GoDaddy????? Wish somebody could explain this as to that i'm not a server person mostly just a web designer? Any help would be greatly appreciated.

Sincerly,

Aug

Edited by yokd, 20 January 2006 - 09:11 PM.


#-18   ozcsys

ozcsys
  • Members
  • 5,002 posts

Posted 20 January 2006 - 09:15 PM

osCommerce has nothing to do with a csr, that is strickly something that is done through your hosting company.

Personally I would rethink my hosting arrangments, you can do a search for godaddy in the forum and you will find  that getting osC installed and then keeping it up and going on godaddy is way more trouble than it is worth and if godaddy support does can not even give you the correct info on a csr  you know you are going to have problems getting them to help you with anything remotely difficult
The Knowledge Base is a wonderful thing.  
Do you have a problem? Have you checked out  Common Problems?
There are many very useful osC Contributions
Are you having trouble with a installed contribution? Have you checked out the support thread found  Here
BACKUP BACKUP BACKUP!!!  You did backup, right??

#-17   yokd

yokd
  • Members
  • 4 posts

Posted 20 January 2006 - 09:28 PM

View Postozcsys, on Jan 20 2006, 09:15 PM, said:

osCommerce has nothing to do with a csr, that is strickly something that is done through your hosting company.

Personally I would rethink my hosting arrangments, you can do a search for godaddy in the forum and you will find  that getting osC installed and then keeping it up and going on godaddy is way more trouble than it is worth and if godaddy support does can not even give you the correct info on a csr  you know you are going to have problems getting them to help you with anything remotely difficult


Yes i have called them all day today - the first guy i talked to didn't even realize after i had told him 15 times we have a dedicated host not the shared that you keep having me trying to apply for. could you refer a good hosting company so i can refer to this client i'm working with to possible switch over to?

#-16   stuffnit

stuffnit
  • Members
  • 7 posts

Posted 26 January 2006 - 04:02 AM

View Postyokd, on Jan 20 2006, 03:28 PM, said:

Yes i have called them all day today - the first guy i talked to didn't even realize after i had told him 15 times we have a dedicated host not the shared that you keep having me trying to apply for. could you refer a good hosting company so i can refer to this client i'm working with to possible switch over to?

I had no problems getting my SSL set-up with GoDaddy.  Make sure you get ahold of their SSL department.  It's a different phone # than their main tech support.  The woman I spoke to in that department needed to verify some kind of permission set-up with OS Commerce, but was familiar with the program.  I wish I remember what she needed me to check, but anyway, I was able to get my SSL certificate going with GoDaddy as my host.  

I agree that the initial information you were given about the CSR was incorrect.

Did you get this fixed yet?

#-15   worldwidecom

worldwidecom
  • Members
  • 24 posts

Posted 26 January 2006 - 11:58 AM

php password security?

How you did it, please.
Can you help with more details?

Thank you