Results 1 to 2 of 2
Like Tree1Likes
  • 1 Post By tomeksobek

Thread: Page not found error for ads on a domain with two WordPress installations

  1. #1
    Thread Starter
    tomeksobek's Avatar
    Join Date
    Jul 2011
    Location
    Poland
    Posts
    35
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Page not found error for ads on a domain with two WordPress installations

    Hello,
    I have two separate WordPress instances installed on my domain:
    1) First wordpress installation runs within the "domain.com" root folder and have ClassiPress installed
    2) Second wordpress installation runs within the "domain.com/folder" subfolder and have other theme installed. On the second wordpress installation (domain.com/folder) everything works like a charm.

    However, on the first installation (domain.com) I noticed that ads' pages does not work properly and return "Page not found" error everytime I try to visit them. Regular pages work fine without any issues.

    I tried refreshing/saving permalinks for both sites, but it didn't fix the issue.
    I didn't want to install Multisite, because I want to have two WP instances running separately.

    Do you have an idea of what might cause this issue? Did anyone run into similar issue?

    This is the .htaccess file of the first WP installation (domain.com):
    HTML Code:
    # 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
    This is the .htaccess file of the second WP installation (domain.com/folder):
    HTML Code:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /artykuly/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /artykuly/index.php [L]
    </IfModule>
    
    # END WordPress
    Best regards.

  2. #2
    Thread Starter
    tomeksobek's Avatar
    Join Date
    Jul 2011
    Location
    Poland
    Posts
    35
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    dimitris likes this.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 'Page not found' error appears when I try to log out of wordpress
    By mtest1 in forum ClassiPress General Discussion
    Replies: 7
    Last Post: January 14th, 2015, 07:26 AM
  2. wordpress seo by yoast - xml map: page not found
    By pawell in forum Help Using ClassiPress
    Replies: 2
    Last Post: April 25th, 2014, 10:49 AM
  3. sharing users between separate wordpress installations
    By jimmee0605 in forum Report JobRoller Bugs
    Replies: 2
    Last Post: December 13th, 2012, 04:23 AM
  4. [SOLVED] 404 (Page Not Found) Error
    By khuya in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: June 29th, 2012, 03:59 PM
  5. wordpress admin page not found
    By buyme in forum Help Using ClassiPress
    Replies: 3
    Last Post: June 16th, 2010, 09:38 PM