• Resolved mrojas

    (@mrojas)


    I’ve installed Wamp, a local server on my W7 laptop, and have installed WordPress 3.3.2. I’ve created a database and am able to get to the WordPress dashboard and have created a one page website. However, when I click on the Pages, and click on the only page listed, and then click on the view link, what I see displayed is the Wampserver Home Page instead of my one page website.
    Did I miss a step in my installation?

    Thanks in advance for your help.

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter mrojas

    (@mrojas)

    Not only it’s longer than ten lines, it’s also in French! I’ve uploaded to PasteBin (Index File).

    Pastebin url?

    Thread Starter mrojas

    (@mrojas)

    Rename that file to index.php.old and replace it with the index.php from the root folder of a fresh download of WordPress.

    Thread Starter mrojas

    (@mrojas)

    Wow, it worked!

    Thanks a bunch!

    I have a problem similar to that resolved two days ago: wampserver home page instead of my website.

    I am a newbie to WordPress and wamp. I’ve set up local host on wamp server but have run into a technical problem. When I open Firefox>New Tab and enter ‘localhost’, or ‘localhost/wp-admin’, or any localhost-based word combination, I get automatically redirected to an AltaVista search result: https://us.yhs4.search.yahoo.com/yhs/search?fr=altavista&itag=ody&q=https://localhost/wp-admin/themes.php.

    Is there a reason for this? Do you think I did something wrong in my installation?

    It seems to me that a quick fix for this would be to change the name of ‘localhost’ in my wp-config.php file; e.g. – here’s a cut and paste extract from my wp-config.php:

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'WordPress');
    
    /** MySQL database username */
    define('DB_USER', 'root');
    
    /** MySQL database password */
    define('DB_PASSWORD', '');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');

    Is it possible for me to just open wp-config.php and physically change ‘localhost’ to something like: chironhost (based on my project name that uses the word chiron in the title.

    I am reluctant to do this by myself when I don’t know if there will be any adverse repercussions from making such a change directly in wp-config.php.

    Any suggestions, advice?

    Many thanks in advance for looking at this for me.

    sincerely

    chiron34

    Please post your own topic.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘wampserver home page instead of my website’ is closed to new replies.