-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
Moving for organization
-
Anyone Else Not Get Emails Even Though You Have
TCH-Bruce replied to rnmcd's topic in Open Discussion
Bill was asking that Section31 try this as a test and not something everyone should be doing. -
If you don't remember your username/password and don't have the welcome email open up help desk ticket (link above) and ask them to resend your welcome email. Give them enough information to let them know you are who you say you are.
-
Check out www.techbargains.com before making a purchase. Dell has been offering some incredible deals lately. I picked up a laptop last week for $750 off and this week they had $500 off on desktop machines. Yesterday they were offering 30% off desktop machines.
-
flute (don't know why, seen piano several times with keys following it! )
-
Sorry, I don't know if there is a limit. Maybe someone else knows. Moving for organization.
-
Doubt In Cpanel / Mail / Forwarders
TCH-Bruce replied to Prel's topic in CPanel and Site Maintenance
Moving for organization -
Url Directory/file Listing To Download Files
TCH-Bruce replied to amansker's topic in Open Discussion
Yes, I do know that. I just had a momentarly brain fade while typing it out. -
Url Directory/file Listing To Download Files
TCH-Bruce replied to amansker's topic in Open Discussion
If you create a subfolder to put the files in on your domain you will get a directory listing if you enter www.****/subfolder Entering the ? is looking for a file named ? witch doesn't exist and that's the reason for the 404 error you are receiving. If you want to access it as a subdomain do not create the folder first. In cPanel create a subdomain which will in turn create the subfolder automatically. You could create one called "files". You can then access a directory listing by typing in http://files.****** This will produce a directory listing providing you don't place an index.htm, index.html or index.php file in that folder. -
Welcome to the family and forums!
-
Steve, I tried the link you provided and only see a blank gray page. Maybe you are still working on it. Okay, I see a problem. You need to remove this from the overall_header.tpl file. [/color] Just above the tag.
-
Not sure but you might try going to www.movalog.com and asking Arvind. He's configured it to work.
-
Yes, it should run 15 minutes after creating it.
-
Ok, according to that you are missing half of it in your sample. It should be entered like this: cd /home/username/public_html/path/to/mt/; ./tools/run-periodic-tasks There are two commands here. This command changes to your Movable Type folder change the username to your cpanel name. Change the path/to/mt/ to your actual folder path to MT. Run the script
-
Thanks for the kind words.
-
Why the cd? It should just be the path/command to a script. You cannot use a change directory command unless it is in a script. example: /home/cpanelname/public_html/cgi-bin/run-this-script.cgi
-
You are using the form handler webbot feature of FrontPage. It's been so long since I used FrontPage so I don't know how to have you fix it. But what you need to do is have FrontPage stop using it's webbot feature into this page. Then you will be able to change the action to the mailit.php script and POST will work. Someone familar with FrontPage should be able to help.
-
collar (ring around the collar )
-
Congrats! Thumbs Up
-
For information on changing the logo see this help page: http://www.totalchoicehosting.com/help/id80.htm
-
You can write PHP with any text editor. To test PHP requires that you either put it on the server here or set up your environment to run a web server along with the PHP engine.
