Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Doesn’t this line also define the WP_HOME?

    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    and if I have wp installed in /main, would i need to edit that line? or just add the lines i.ahmed posted?

    where does one add those lines in the wp-config? at the top or at the end?

    Thread Starter trsstudios

    (@trsstudios)

    Thanks for your reply.

    What do you mean the url is showing nothing?

    trs-studios.com? It’s coming up fine here. What browser are you using?

    This is what’s in the .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    See anything wrong?

Viewing 3 replies - 1 through 3 (of 3 total)