Get Updates (It's FREE)

Results 1 to 14 of 14

Thread: wordpress- what am I doing wrong

  1. #1
    (3) Lamborghini kurtyordy's Avatar
    Joined
    Aug 2007
    Locale
    PA
    Age
    34
    Posts
    2,337
    Thanks
    262
    Thx'd 577 times in 382 Posts

    Default wordpress- what am I doing wrong

    I am installing wordpress for a friend on a host I am new to. They have one click install, so i did it, but now I am left with

    Index of /betterdesign

    What the heck am I doing wrong?

  2. #2
    (3) Lamborghini hakrjak's Avatar
    Joined
    Sep 2007
    Locale
    Colorado Springs
    Age
    35
    Posts
    1,997
    Thanks
    6
    Thx'd 256 times in 180 Posts

    Default Re: wordpress- what am I doing wrong

    You're missing an Index.htm file?
    "Don't let good enough be good enough" -- Coach Bill Parcells to Tony Romo upon leaving the Dallas Cowboys.

  3. #3
    (3) Lamborghini kurtyordy's Avatar
    Joined
    Aug 2007
    Locale
    PA
    Age
    34
    Posts
    2,337
    Thanks
    262
    Thx'd 577 times in 382 Posts

    Default Re: wordpress- what am I doing wrong

    Quote Originally Posted by hakrjak View Post
    You're missing an Index.htm file?
    it has index.php, doesn't that do the same thing?

  4. #4
    365
    365 is offline
    (9) Cadillac 365's Avatar
    Joined
    Feb 2009
    Locale
    NYC
    Posts
    163
    Thanks
    32
    Thx'd 41 times in 31 Posts

    Default Re: wordpress- what am I doing wrong

    Wordpress is being installed through the wp-config.php.
    I just downloaded yours and its just an empty file?

    Why dont you go to wordpress.org, download the latest WP, upload the wp-config (rename wp-config-sample) and then install WP?
    Oh: you have to edit the wp-config and fill in your database details. They have some step-by-step "first time" tutorials at wordpress.org for this. If you know your database name, user and pw and you open the file you should be fine.
    Plus insert your personal "secret key" which you get here:
    https://api.wordpress.org/secret-key/1.1/

  5. The Following User Says Thank You to 365 For This Useful Post:

    kurtyordy (Dec 2nd, 2009)

  6. #5
    Rem
    Rem is offline
    (4) Ferrari Rem's Avatar
    Joined
    Sep 2009
    Locale
    Maine
    Age
    36
    Posts
    814
    Thanks
    207
    Thx'd 265 times in 158 Posts

    Default Re: wordpress- what am I doing wrong

    If you have Fantastico in your cpanel you can install it with the click of a mouse too. It saves a few minutes.

  7. The Following User Says Thank You to Rem For This Useful Post:

    kurtyordy (Dec 2nd, 2009)

  8. #6
    (3) Lamborghini kurtyordy's Avatar
    Joined
    Aug 2007
    Locale
    PA
    Age
    34
    Posts
    2,337
    Thanks
    262
    Thx'd 577 times in 382 Posts

    Default Re: wordpress- what am I doing wrong

    Quote Originally Posted by 365 View Post
    Wordpress is being installed through the wp-config.php.
    I just downloaded yours and its just an empty file?

    Why dont you go to wordpress.org, download the latest WP, upload the wp-config (rename wp-config-sample) and then install WP?
    Oh: you have to edit the wp-config and fill in your database details. They have some step-by-step "first time" tutorials at wordpress.org for this. If you know your database name, user and pw and you open the file you should be fine.
    Plus insert your personal "secret key" which you get here:
    https://api.wordpress.org/secret-key/1.1/
    thanks, that is the next step if I cannot figure this out.

    Quote Originally Posted by sm media View Post
    If you have Fantastico in your cpanel you can install it with the click of a mouse too. It saves a few minutes.
    the host is hostingon and it offers one click install, but this is what the one click install did.

  9. #7
    (11) Honda WinWin's Avatar
    Joined
    Aug 2008
    Locale
    WDC
    Posts
    87
    Thanks
    317
    Thx'd 68 times in 34 Posts

    Default Re: wordpress- what am I doing wrong

    Did you resolve your problem?

    Your install seems to be fine. You need to configure your database on the wp-config.php file. The instructions are given on this file at your site.
    WordPress › ReadMe

    Once the database information is specified you can click on the following link to create all the tables.
    http://execustaffing.com/betterdesig...in/install.php

    If the above two steps are completed then you can use this link to configure wordpress.
    Index of /betterdesign/wp-admin

    Let me know if this works.

  10. The Following User Says Thank You to WinWin For This Useful Post:

    kurtyordy (Dec 2nd, 2009)

  11. #8
    (3) Lamborghini kurtyordy's Avatar
    Joined
    Aug 2007
    Locale
    PA
    Age
    34
    Posts
    2,337
    Thanks
    262
    Thx'd 577 times in 382 Posts

    Default Re: wordpress- what am I doing wrong

    it does seem to be a database issue. You happened to check it while I was messing with the wp-config.php file. The setting seem to be correct. I installed it manually at Index of /test and got to the install screen, got a password and login prompt, but once I logged in I was taken to the file page and once again I am stuck.

    could it be an .htaccess issue? IS it a db issue? I hate working with a new host.

  12. #9
    (3) Lamborghini kurtyordy's Avatar
    Joined
    Aug 2007
    Locale
    PA
    Age
    34
    Posts
    2,337
    Thanks
    262
    Thx'd 577 times in 382 Posts

    Default Re: wordpress- what am I doing wrong

    thanks for the help all. I put in a ticket with hosting on, and apparently the issue is with the htaccess file that was created by the site studio software my friend is using. I was putting this up to get him to give that up. Will try another route.

  13. #10
    (11) Honda WinWin's Avatar
    Joined
    Aug 2008
    Locale
    WDC
    Posts
    87
    Thanks
    317
    Thx'd 68 times in 34 Posts

    Default Re: wordpress- what am I doing wrong

    I don't think it is a db issue, since wordpress was able to create all the tables. You can verify this by logging into your phpMyAdmin control panel. You should be able to see all the tables created by wordpress.

    It can be .htaccess issue. You may not have an .htaccess file in your root directory and that may be the reason why directory browsing is allowed by your server. However I have never seen this problem and I have installed wordpress on several sites on 1and1 hosting.

    If "hostingon" allows .htaccess file, then you can try to ftp in a .htaccess file with content such as this, then try to logon to wordpress admin page again.

    Code:
     
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    You can also try to do a regular manual install of wordpress by FTP'ing the latest version of wordpress to your website root.

  14. #11
    (3) Lamborghini LightHouse's Avatar
    Joined
    Aug 2007
    Locale
    Northern VA
    Posts
    2,278
    Thanks
    429
    Thx'd 710 times in 422 Posts

    Default Re: wordpress- what am I doing wrong

    yup add a htaccess file in there with what winwin posted.
    Don't talk about it, blog about it! - ChrisWaldron.com
    Feel free to e-mail through the site if you need SEO, Conversion Rate Optimization (CRO), or site/e-biz assistance.

  15. #12
    (11) Honda Lusches's Avatar
    Joined
    Aug 2009
    Locale
    Germany
    Age
    21
    Posts
    75
    Thanks
    50
    Thx'd 7 times in 6 Posts

    Default Re: wordpress- what am I doing wrong

    Quote Originally Posted by 365 View Post
    Wordpress is being installed through the wp-config.php.
    I just downloaded yours and its just an empty file?
    Every *.php file is interpreted by PHP and there won't be any output if you click on this file. Most *.php-files except the index.php are filled with variables and functions that have to be called by the index.php. If you don't execute the index.php it won't call any function and you won't get any output from the server.
    Realize the real lies
    www.hypnosis-stories.com

  16. #13
    (6) Mercedes
    Joined
    Oct 2009
    Locale
    USA
    Posts
    472
    Thanks
    42
    Thx'd 124 times in 88 Posts

    Default Re: wordpress- what am I doing wrong

    it's a php issue. get php working first, is php installed? enabled?
    Winning is not found in the prize, winning is found in the doing.

  17. #14
    (3) Lamborghini kurtyordy's Avatar
    Joined
    Aug 2007
    Locale
    PA
    Age
    34
    Posts
    2,337
    Thanks
    262
    Thx'd 577 times in 382 Posts

    Default Re: wordpress- what am I doing wrong

    thanks all, it was definitely the htaccess issue in regards to the site suite software he is using. I plugged it into a subdomain for now to prove the value.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. This Is Wrong - Disturbingly Wrong
    By LaughedAt in forum Fastlane Forum Funnies
    Replies: 7
    Last Post: Mar 20th, 2009, 05:09 AM
  2. Ebay: 'We Were Wrong'
    By News-Mod in forum Internet/Technology News
    Replies: 0
    Last Post: Mar 12th, 2009, 12:10 AM
  3. MJ! You are wrong man...Here is Why MLM is the PERFECT BUSINESS!
    By howard_two in forum Introductions & Networking
    Replies: 3
    Last Post: Apr 22nd, 2008, 12:10 PM
  4. What's wrong with the world we live in?
    By Yankees338 in forum Off-Topic Discussion
    Replies: 14
    Last Post: Mar 9th, 2008, 11:29 AM
  5. IRS Sends WRONG Forms
    By Diane Kennedy in forum Asset Protection / Taxes / Legal
    Replies: 6
    Last Post: Jan 4th, 2008, 05:39 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •