insideorkut.com

How can I host my domain name from my computer instead of the iPage's Website?

Click Here To View All Answers...


First of all How can I host my domain name from my computer instead of the iPage's Website? Hoping for any answer. Another question on my mind: Is it ok to make /catalog/ CHMOD 777 if it is password protected? Or is that not secure, or not possible?..

Comments (68)

Good question... I dunno what is the answer to your question. I'll do some research and get back to you if I got an useful answer. You should email the people at iPage as they probably could assist you..

Comment #1

Why do you need to?.

It definitely isn't a good idea to make the entire directory world writable. You should be able to get by with 705, or even less permissions..

Dan..

Comment #2

That would pose a security risk to all files as anyone would be able to write to any of the files in that directory. I do not understand why you would want to do this. Also, if you password protect the directory no one will be able to access unless they have the password..

By the way, it is 5am in the US. Someone will get to your question, just give it some time. Bumping is against forum rules..

This post has been edited by.

Vasttech.

: 16 June 2004, 09:12..

Comment #3

The reason I need to make it writable, it is needed my product images to be located on an outside iPage website (my dropshipper) So in the cinfigure.php file I changed the image location fomr '/images/' to '' so it woudl go strictly with the address I told it to, rather than putting my iPage website before it. Since I didnt that, the product images are working, but the icons and corners etc. wree looking for catalog/theimagefile.jpg instead of catalog/images/theimagefile.jpg. So I had to move all of my images into the catalog/ directory instead of the catalog/images directory. So Now all images work great, but I cannot upload any new images, because catalog/ is not writable..... I have no idea how to get aroud this..

Comment #4

I would set up 2 different image pointers in the configure.php file. One for local images and one for images hosted by your dropshipper. I would then edit the HTML image wrapper function tep_image to display the proper one. You could edit the product_info page to pass a parameter to the tep_image function that told it to use the remote iPage site for product images. Then have an if statement in the function that if that parameter is set, use the constant defined in configure.php for the image path. Requires a little code hacking, but would be much more secure then making the catalog directory writable. Plus would allow you to have images locally and remotely...

Comment #5

Whoa, I would love to do that, but unfortunatelly that is way beyond me.

Thanks tho..

Comment #6

Is it ok to make /catalog/ CHMOD 777 if it is password protected? Or is that not secure, or not possible?..

Comment #7

Can someone please help? This iPage site is supposed to go live in 3 days. I gotta get this figured out...

Comment #8


This question was taken from a support group/message board and re-posted here so others can learn from it.