Results 1 to 1 of 1

Thread: addon domain and subfolders

  1. #1
    Thread Starter
    amirgulamali's Avatar
    Join Date
    Apr 2011
    Location
    Canada
    Posts
    222
    Thanks
    3
    Thanked 5 Times in 5 Posts

    addon domain and subfolders

    am setting up a 2nd website as a subfolder of the 1st site. The domain name of the 2nd site is from another company.. I have changed the nameservers of the 2nd domain to point to the 1st domains name servers..

    I now have a fresh wordpress install of the 2nd site in the subfolder.

    Under wordpress admin: General Settings: I set up as follows:

    WordPress Address (URL): 1stdomain.com/subfolder
    Site Address (URL): 2nddomain.com.

    When i test the site (2nddomain.com). it works well BUT as soon as I click on another link: example: 2nddomain.com/addnew (Post an ad), I get an INTERNAL SERVER ERROR:


    Currently: my permalink:



    And my htaccess file inside: 1stdomain/subfolder is:



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


    # END WordPress




    I have a feeling its something to do with my PERMALINKS and HTACCESS FILES... there could be more reasons.. please help..



    ********UPDATE********

    When i changed my htaccess file to:



    # 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


    The other links word BUT when I go to the Post an Ad page (2nddomain.com/addnew), after selecting the category, the GO button does NOT appear.. hence I cannot post.. please help.. i think im getting close to getting this site done..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 2nd classipress site in a subfolder with 2nd addon domain
    By amirgulamali in forum WordPress General Discussion
    Replies: 3
    Last Post: June 19th, 2013, 09:37 AM
  2. Dimitris Graphics Folder or SubFolders
    By jscheid in forum Help Using Vantage (Legacy)
    Replies: 3
    Last Post: June 7th, 2013, 08:50 AM
  3. Dimitris Problem to install Vantage 1.1.4 on hostgator addon domain
    By sosipov in forum Help Using Vantage (Legacy)
    Replies: 5
    Last Post: February 12th, 2013, 04:48 PM
  4. Samcy Child Theme Subfolders Not Working
    By newfoundlandauto in forum ClassiPress General Discussion
    Replies: 2
    Last Post: January 9th, 2013, 09:59 AM