Viewing 8 replies - 1 through 8 (of 8 total)
  • I’d make sure your sub-domain is pointing to the ‘web-root’ folder you are using (i.e. cg).

    Put the script from Finding_Server_Info in that sub-domains’ web-root folder and see what happens when you browse to https://www.cg.crankup.net/testphp.php

    Thread Starter 723232

    Thank u for your reply. here is what I get https://codegeeks.crankup.net/test.php

    codegeeks is the subdomain (folder)

    So what is the difference between the wp-config.php file that resides in the codegeeks folder (wwwroot/codegeeks/wp-config.php) and the wp-config.php file that resides in the web-root folder for your ‘main domain (wwwroot/wp-config.php)?

    Also make sure you have backups of your database(s) before proceeding!

    Might also make sure an .htaccess file isn’t causing a problem.

    Thread Starter 723232

    table prefix is different… for both ..

    I am not sure whether .htaccess is issue here..

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

    # END WordPress

    is what is have now!

    I’m sure MichaelH is more familiar with this stuff than I am. But I suppose that’s usually what happens if you pull the database from one WP installation and use it with another WP installation.

    Are you sure you’ve set up a sub-domain and not just a folder within your current domain? A sub domain has to be registered with your hosting providers domain name servers, which can take some time to propagate.

    Thread Starter 723232

    yes.. all other sub domains work execpt the one with the WP installation…

    If I visit https://www.cg.crankup.net I am not redirected.

    Is this resolved?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Subdomain issue…. please help’ is closed to new replies.