Results 1 to 1 of 1

Thread: Permalink on localhost issues

  1. #1
    Thread Starter
    xenogeek's Avatar
    Join Date
    Nov 2010
    Location
    Canada
    Posts
    39
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Permalink on localhost issues

    Ok there are numbers of related posts, but NONE of them got any proper answer!

    http://forums.appthemes.com/help-usi...-16796/page-2/

    http://forums.appthemes.com/classipr...calhost-17877/


    Setting

    my project is saved under
    localhost/~myname/classipress/
    and my htaccess looks like:
    Code:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /~myname/classipress/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /~myname/classipress/index.php [L]
    </IfModule>

    The Problem is:

    when using custom permalink like this:

    Permalink:/%postname%/ or /%postname%-%post_id%/
    None of the page will work except the index

    when just using the default permalink like

    all the ad and blog will work, but ALL of the links that with Global Path Variables will remain broke (404 not found)


    NOTE:

    It is NOT the apache mod_rewrite module enable/disbale problem. It's been setup correctly and in my apache config file I already made AllowOverride All.

    I do think it is a classipress-specific issue because it does NOT happen to my other wordpress project.

    I've search other post and they said the development team has test it locally before come to live, maybe they should share their setup with us?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. url not found on localhost
    By sgnetz in forum ClassiPress General Discussion
    Replies: 3
    Last Post: January 15th, 2014, 02:43 PM
  2. Dimitris Permalink Is acting up - having issues
    By ddzc in forum Help Using Vantage (Legacy)
    Replies: 7
    Last Post: January 13th, 2014, 12:32 PM
  3. Jomark 404 when trying to login on http://localhost dev
    By jobfool in forum Help Using JobRoller
    Replies: 2
    Last Post: September 5th, 2013, 05:06 PM
  4. Permalink issues after static page
    By koldsnapz in forum JobRoller General Discussion
    Replies: 3
    Last Post: October 19th, 2011, 06:47 PM
  5. Permalink issues
    By showtime in forum Report ClassiPress Bugs
    Replies: 13
    Last Post: October 19th, 2011, 05:22 AM