Results 1 to 4 of 4

Thread: 2nd Classipress install in a sub-folder

  1. #1
    Thread Starter
    Member gibbere's Avatar
    Join Date
    Jan 2011
    Location
    United Kingdom
    Posts
    60
    Thanks
    2
    Thanked 4 Times in 2 Posts

    2nd Classipress install in a sub-folder

    Hi all,

    I've installed a second Classipress into a subfolder as I want to run a separate directory but which still looks like the original installation.

    The 2nd install is fine until I click on the sample advert (or any other content link) at which point it takes me to my original installation and a 404 error.

    I tried creating two htaccess files which can be seen below to see if that resolves the problem:

    htaccess for 1st Installation (in the Root)

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

    htaccess for 2nd Installation (in sub-folder /pro-advice/)

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

    Neither of these files seems to make a difference. I've tried changing the global path variables from 'ads' to 'listings' and saved the permalink structure each time but still getting the same problem.

    Where am I going wrong? I want the user to remain in the 2nd installation looking at whatever content is there until they click out of it to the first installation.

    Thanks

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Member gibbere's Avatar
    Join Date
    Jan 2011
    Location
    United Kingdom
    Posts
    60
    Thanks
    2
    Thanked 4 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Member gibbere's Avatar
    Join Date
    Jan 2011
    Location
    United Kingdom
    Posts
    60
    Thanks
    2
    Thanked 4 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Changing the Classipress folder name?
    By rodeoramsey in forum Help Using ClassiPress
    Replies: 4
    Last Post: May 14th, 2012, 04:14 PM
  2. new install classipress install error message
    By ssomzzz in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: December 24th, 2011, 01:20 AM
  3. classipress root folder
    By mrbenjamin2000 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: August 28th, 2011, 07:33 AM
  4. ClassiPress in the blog folder
    By kurdsam in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: October 19th, 2010, 04:03 PM