Support » Localhost Installs » Can not remove the /wordpress and the Bitnami Page

  • Hi everyone πŸ™‚

    i have a local based webserver and need some help with the installation, maybe someone can provide me some help.

    I am using the Bitnami wordpress stack 4.8.2-0 on a Windows 10 Pro 64 bit System

    The server is home based and running on Windows 10 pro 64 bit, already have a tld linked.

    I just want to remove the http://domain.tld/wordpress and the bitnami start screen
    Every maunal i used just did not work.

    Already tried the following wich i found in a other topic:

    Edit the following in /opt/bitnami/apps/wordpress/htdocs/wp-config.php

    From:

    define(‘WP_SITEURL’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/wordpress’);
    define(‘WP_HOME’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/wordpress’);
    To:

    define(‘WP_SITEURL’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);
    define(‘WP_HOME’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);

    Then:

    Edit the following in /opt/bitnami/apps/wordpress/conf/httpd-app.conf

    From: #RewriteBase /wordpress/
    To: RewriteBase /

    From: RewriteRule . /wordpress/index.php [L]
    To: RewriteRule . /index.php [L]

    Then:

    /opt/bitnami/apps/wordpress/conf/httpd-prefix.conf should look like this

    Alias / “/opt/bitnami/apps/wordpress/htdocs/”
    Alias / “/opt/bitnami/apps/wordpress/htdocs”

    Include “/opt/bitnami/apps/wordpress/conf/httpd-app.conf”

    restarted apache and got Error 500

    Maybe someone has a idea what i have done wrong ? I am not a expert in programming but can use html, php and also mysql.

    Thank you for the advise πŸ™‚

  • The topic ‘Can not remove the /wordpress and the Bitnami Page’ is closed to new replies.