Results 1 to 5 of 5

Thread: Page Not Found When Using Any Custom Permalink Settings Except Default

  1. #1
    couponlover's Avatar
    Join Date
    Jan 2014
    Location
    United States
    Posts
    699
    Thanks
    187
    Thanked 25 Times in 21 Posts

    Page Not Found When Using Any Custom Permalink Settings Except Default

    So my Clipper install has a big "Page Not Found" in the guts of it, while the header, footer and side banners are there and functional. I have troubleshooted this to realize that this error will go away ONLY if I select the "default" radio button under the Permalinks options. Any, and I mean any, other pre-existing available option and the custom option will bring this error back. Naturally the default option is horrible for SEO and Clipper is not suppose to function this way.

    I was simply trying to use the custom option of /%category%/%postname%/

    Things I have done:
    1. I have disabled any plugins, which I only had two.
    2. I have changed the Permalink setting to try all options, saved, but the error continues as long as it's not on "default" no matter how many times I save it.
    3. I have tried my .htaccess permissions to 644 and 755, same issue.
    4. mod_rewrite is enabled on the server.
    5. All other links in all other menu's showing function and redirect as they should.
    6. Each time I change the Permalink settings, I can go in and see that whatever I have now selected has been saved to the database correctly.

    I have my install directory set to /wp/ and homepage access to pull up when people visit the root, ie http://www.xxx.com/. This is verified and reflected in the database as well.


    My .htaccess looks like:
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) wp/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ wp/$2 [L]
    RewriteRule . index2.php [L]

    Please advise, I cannot use my site as it stands and it has not worked properly from install.

  2. #2
    couponlover's Avatar
    Join Date
    Jan 2014
    Location
    United States
    Posts
    699
    Thanks
    187
    Thanked 25 Times in 21 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    couponlover's Avatar
    Join Date
    Jan 2014
    Location
    United States
    Posts
    699
    Thanks
    187
    Thanked 25 Times in 21 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Forum Member automatedkid's Avatar
    Join Date
    Nov 2012
    Location
    United States
    Posts
    82
    Thanks
    6
    Thanked 7 Times in 7 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    couponlover's Avatar
    Join Date
    Jan 2014
    Location
    United States
    Posts
    699
    Thanks
    187
    Thanked 25 Times in 21 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. Dimitris Vantage Theme best Permalink Settings
    By malkie in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: January 9th, 2014, 12:26 PM
  2. [SOLVED] Permalink settings in Clipper
    By nikunj in forum Help Using Clipper
    Replies: 3
    Last Post: October 23rd, 2013, 05:21 PM
  3. Samcy Can not Save Settings on Classipress (page not found)
    By sitesme in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: October 21st, 2013, 04:10 PM
  4. Permalink Step 10 "Page Not Found"
    By leandro in forum Help Using JobRoller
    Replies: 12
    Last Post: December 9th, 2010, 12:29 AM