Results 1 to 4 of 4

Thread: 2nd classipress site in a subfolder with 2nd addon domain

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

    2nd classipress site in a subfolder with 2nd addon domain

    I 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..

  2. #2
    Thread Starter
    amirgulamali's Avatar
    Join Date
    Apr 2011
    Location
    Canada
    Posts
    222
    Thanks
    3
    Thanked 5 Times in 5 Posts
    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..

  3. #3
    Thread Starter
    amirgulamali's Avatar
    Join Date
    Apr 2011
    Location
    Canada
    Posts
    222
    Thanks
    3
    Thanked 5 Times in 5 Posts
    Anyone know how to acheive this? admins any help?

  4. #4
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    I don't realy understand what you are trying to do, but i think that setting up a multi site could be easier. More about multi site (network) here: http://codex.wordpress.org/Create_A_Network

    However, i'm moving this thread to the "WordPress General Discussions" area for further help from the community, as this is not realy related to ClassiPress.

    Cheers
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I want to install Vantage as a subfolder on my site
    By iisark in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: April 25th, 2013, 11:48 AM
  2. Replies: 9
    Last Post: March 7th, 2013, 12:10 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, 05:48 PM
  4. Replies: 5
    Last Post: May 27th, 2011, 12:40 PM
  5. move classipress from sub domain to main site
    By boispade in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: December 31st, 2010, 11:55 AM