Author Topic: Installation Issue, Can't Get Working, HELP :)  (Read 1671 times)

al

  • Posts: 11
    • View Profile
Installation Issue, Can't Get Working, HELP :)
« on: September 12, 2005, 02:29:27 pm »
This is my first install with this product and I am having a little problem.  Here is what I have done:

Opened the config.php.txt and changed the following:

$sqlhost = 'localhost';

$sqluser = 'YOUR_USERNAME'; **Changed to the username I set up when I set up the database user.
$sqlpass = 'YOUR_PASSWORD'; ****Changed password I set up when I set up the database user
$sqldb = 'YOUR_DATABASE'; ***Changed to my database name, listmail1

Then I rename it to config.php

Next step I uploaded all files to the following directory:

httpdocs/

Where I created a folder called Listmail

Then I set the CHMOD to 755 for that folder.

I then opened text editior and created a file that had the following in it:

Order Deny,Allow
Deny from All

After that I uploaded the file and renamed it .httaccess

When I go to load the page http://www.successfulmarketingtools.com/mail I get The requested URL /mail was not found on this server.  Is there a step I am missing so far?  

Please help!

Thanks in advance for responding!

David

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Installation Issue, Can't Get Working, HELP :)
« Reply #1 on: September 13, 2005, 05:21:13 am »
Hi David,

I think the problem could be with the .htaccess file location.

Quote
I then opened text editior and created a file that had the following in it:

Order Deny,Allow
Deny from All

After that I uploaded the file and renamed it .httaccess

This file should appear in the /httpdocs/Listmail/attach, not the main /httpdocs/Listmail folder.  Having it in the Listmail folder could result in no page being able to be viewed, similar to what you are experiencing.
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

al

  • Posts: 11
    • View Profile
Installation Issue, Can't Get Working, HELP :)
« Reply #2 on: September 13, 2005, 06:08:38 am »
Hi DW,

The .httaccess file is in that folder actually, httpdocs\listmail\attach, sorry I wasn't very clear on my original posting...

Is there anything else you could suggest?  Thank you!!!


David

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Installation Issue, Can't Get Working, HELP :)
« Reply #3 on: September 13, 2005, 09:20:27 am »
Quote
Next step I uploaded all files to the following directory:

httpdocs/

Where I created a folder called Listmail

When I go to load the page http://www.successfulmarketingtools.com/mail I get The requested URL /mail was not found on this server.

If you have uploaded the files to httpdocs/Listmail you would need to browse to it at http://www.successfulmarketingtools.com/Listmail

I've just tried /Listmail, /ListMail, and /mail on your site, to no avail.  Which folder contains the ListMail .php files, such as admin.php and config.php?

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

al

  • Posts: 11
    • View Profile
Installation Issue, Can't Get Working, HELP :)
« Reply #4 on: September 14, 2005, 08:54:42 am »
Thank you, I figured it out.  I didn't realize it was case scensitive, it was actually /listmail

Looks like I'm off to configuring!

Thanks again!

David