Results 1 to 4 of 4

Thread: Permalinks not working on ADS only

  1. #1
    Thread Starter
    Rookie siam's Avatar
    Join Date
    Feb 2011
    Posts
    6
    Thanks
    0
    Thanked 3 Times in 1 Post

    Permalinks not working on ADS only

    Hey guys.

    So we setup the theme fine, and activated permalinks using /%postname%/

    Most of the site is working fine, except the actual ADS, which is funny.

    example.com/add-new/ ... fine
    example.com/ads/blue-car-for-sale/ ... 404 error

    The ADS show up fine with the default permalink structure. And before anyone asks, yes, this is an English website with English post titles.

    Please help us, thanks. Our .htaccess file is setup fine and all file permissions are fine.

    P.S. can we alter the permalinks to be simply /ad/ instead of /ads/ ... just a pet peeve, like when companies host their "forum" at the URL "forums" lol. It is only one ad, after all.

    Cheers ~

    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

  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
    Rookie siam's Avatar
    Join Date
    Feb 2011
    Posts
    6
    Thanks
    0
    Thanked 3 Times in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Permalinks %post_id% not working
    By estuz in forum Help Using ClassiPress
    Replies: 1
    Last Post: February 7th, 2011, 07:34 AM
  2. Permalinks not working
    By shahabbokhari in forum Help Using ClassiPress
    Replies: 3
    Last Post: February 6th, 2011, 07:35 PM
  3. Permalinks with post_id is not working
    By cycor in forum Report ClassiPress Bugs
    Replies: 9
    Last Post: January 29th, 2011, 03:05 AM
  4. [SOLVED] Permalinks not working
    By jamesweb in forum Report JobRoller Bugs
    Replies: 2
    Last Post: November 13th, 2010, 02:17 PM
  5. permalinks NOT working
    By garyb in forum Report ClassiPress Bugs
    Replies: 12
    Last Post: July 23rd, 2010, 09:56 PM