News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - lolo_bee

#1
Hello Admins!I have 4 domains in my account and I want to have a custom error page for each one, where exactly do I have to put the .htaccess file, in root folder or in root folder of each domain (each domain pages is stored on a folder).

Best Regards
Manuel Borrego
#2
Support Requests / Problem deleting files
December 09, 2006, 05:49:58 PM
Hello' I've been having problems using my ftp account and php user. I'm developing a Picture gallery http://www.marchadenoche.es/galeria and i'm using it in my website. Now i'm posting pictures using a FTP client, when you use the Gallery, a PHP scripts generates thumbnails and resizes original picture. But here's the problem, when php tries to resize the picture it reports an error: "Cannot open file xxxxxxx.jpg for writing", if I change folder and files rights from my FTP client, it works perfectly. But, thumbnails are created in another folder that PHP creates, and thumbnail's owner is PHP user, I tried to change rights using
chmod('pic.jpg',0777);
but i still cant delete the folder and files, even if I use
chmod('pic.jpg',7777);
I think i can use chown(), but I don't know if using
chown('pic.jpg','Lolo_bee');
will work. Lolo_bee is my freepgs account username.

Best regards, Manuel Borrego
www.marchadenoche.es
#3
Support Requests / Various domains in one account
November 18, 2006, 09:15:08 AM
Hello!, I used the form to setup some domains (www.marchadenoche.es and www.beedesigns.es), in my domain DNS settings there's an A and CNAME entry as you ask for, and both of them uses URL forwading, one of them point to http://xxxxxxx.freepgs.com/site1 and the other points to http://xxxxxxx.freepgs.com/site2, but when I try to open it in browser, both of them points to root directory of my account http://xxxxxxx.freepgs.com/

I don't know if I missed up something in the configuration or it's not posible and I have to use mod_rewrite (It's the first time I heard about it)

Best regards. Lolo

P.S.: Sorry for my bad english  ::)