Forums

Muliple Domain mapping with subdirectory - Godaddy hosting (6 posts)

  1. HobsonsChoice
    Member
    Posted 5 months ago #

    Hello,

    I am using Godaddy Delaux hosting.My primary domain is
    http://www.itcourse.info
    I wish to run multiple wordpress blog and that's why I enabled Multi network and install domain mapping plugin.
    I asked for godaddy support about DNS settings and they said I don't need anything if I use same shopper.just need to add a domain (which I want to map)in a subfolder.

    I did so.For Example,

    I create a subfolder at root directory such as,
    /pradyutkumardas

    Now want to map with
    http://itcourse.info/pradyutkumardas

    But it is not working, when I click on dashboard of this(http://itcourse.info/pradyutkumardas)site, it shows 404(page not found)Error.

    Please help me.

    Thank you

  2. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    No, don't make a NEW folder. Delete the folder pradyutkumardas

    Now. Go into WordPress at http://www.itcourse.info/wp-admin/network and just make a subsite called pradyutkumardas

    That's it. The folders are virtual.

  3. HobsonsChoice
    Member
    Posted 5 months ago #

    Hello,

    I did that before, but It was not working,Please explain a bit more,I am in so trouble.

    I just add a new site

    http://itcourse.info/jony

    when I see the link below it shows 404 Error
    http://itcourse.info/jony/wp-admin/

    and I click the link below I see the wordpress default welcome page

    http://itcourse.info/jony

    Please help me how to map domain in that case...

    there has no folder (jony)in the root pannel

    Thank you

  4. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    What's in your .htaccess file? It looks wrong, becuase none of your CSS is showing up.

  5. HobsonsChoice
    Member
    Posted 5 months ago #

    hello, It was in Windows Platform, so I have web.config instead of .htaccess file

    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules>
    <rule name="WordPress Rule 1" stopProcessing="true">
    <match url="^index\.php$" ignoreCase="false" />
    <action type="None" />
    </rule>
    <rule name="WordPress Rule 2" stopProcessing="true">
    <match url="^([_0-9a-zA-Z-]+/)?files/(.+)" ignoreCase="false" />
    <action type="Rewrite" url="wp-includes/ms-files.php?file={R:2}" appendQueryString="false" />
    </rule>
    <rule name="WordPress Rule 3" stopProcessing="true">
    <match url="^([_0-9a-zA-Z-]+/)?wp-admin$" ignoreCase="false" />
    <action type="Redirect" url="{R:1}wp-admin/" redirectType="Permanent" />
    </rule>
    <rule name="WordPress Rule 4" stopProcessing="true">
    <match url="^" ignoreCase="false" />
    <conditions logicalGrouping="MatchAny">
    <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" />
    <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" />
    </conditions>
    <action type="None" />
    </rule>
    <rule name="WordPress Rule 5" stopProcessing="true">
    <match url="^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*)" ignoreCase="false" />
    <action type="Rewrite" url="{R:2}" />
    </rule>
    <rule name="WordPress Rule 6" stopProcessing="true">
    <match url="^([_0-9a-zA-Z-]+/)?(.*\.php)$" ignoreCase="false" />
    <action type="Rewrite" url="{R:2}" />
    </rule>
    <rule name="WordPress Rule 7" stopProcessing="true">
    <match url="." ignoreCase="false" />
    <action type="Rewrite" url="index.php" />
    </rule>
    </rules>
    </rewrite>
    </system.webServer>
    </configuration>

    plz, anyone help me.

  6. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    Ugh. I have to bow out, I have no chops with Windows servers.

Reply

You must log in to post.

About this Topic