Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Redirect domain.com/directory/ -- to -- domain.com/directory/listings...

  1. #1
    Thread Starter
    dylant1apptheme7's Avatar
    Join Date
    Jun 2013
    Location
    United Kingdom
    Posts
    35
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Redirect domain.com/directory/ -- to -- domain.com/directory/listings...

    Hello

    I have this .htaccess in domain.com/directory/ set to 6660 perms on linux

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /business/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /business/index.php [L]
    </IfModule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /business/listings/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /business/listings/index.php [L]
    </IfModule>

    # END WordPress

    I can see that this is to resolve to ".../directory/" - but my problem is this: I can't seem to make domain.com/directory/ forward to domain.com/directory/listings. That being, we want .../listings/ to be the default landing page.

    I did try updating site address/url in the wp cp, but caused a rel path issue, and I had to go into the db to revert those values back, since i couldn't navigate with the rel path issues.

    Any tips would be much appreciated.

    Thank you

    Dylan

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Senior Member dorothy's Avatar
    Join Date
    Jul 2013
    Location
    Sydney
    Posts
    241
    Thanks
    27
    Thanked 27 Times in 25 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    dylant1apptheme7's Avatar
    Join Date
    Jun 2013
    Location
    United Kingdom
    Posts
    35
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Senior Member dorothy's Avatar
    Join Date
    Jul 2013
    Location
    Sydney
    Posts
    241
    Thanks
    27
    Thanked 27 Times in 25 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    joes's Avatar
    Join Date
    Nov 2012
    Location
    Australia
    Posts
    877
    Thanks
    12
    Thanked 358 Times in 261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Thread Starter
    dylant1apptheme7's Avatar
    Join Date
    Jun 2013
    Location
    United Kingdom
    Posts
    35
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    Thread Starter
    dylant1apptheme7's Avatar
    Join Date
    Jun 2013
    Location
    United Kingdom
    Posts
    35
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    Thread Starter
    dylant1apptheme7's Avatar
    Join Date
    Jun 2013
    Location
    United Kingdom
    Posts
    35
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    joes's Avatar
    Join Date
    Nov 2012
    Location
    Australia
    Posts
    877
    Thanks
    12
    Thanked 358 Times in 261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Transfer Vantage listings to another install on different domain?
    By forsalebytracey in forum Help Using Vantage (Legacy)
    Replies: 5
    Last Post: June 19th, 2013, 10:31 PM
  2. Replies: 0
    Last Post: May 21st, 2013, 12:58 PM
  3. Replies: 1
    Last Post: December 21st, 2012, 02:00 PM
  4. Want to drop your domain? to drop a domain - a person doesn't want to renew it
    By helmuc in forum ClassiPress General Discussion
    Replies: 1
    Last Post: May 14th, 2012, 09:31 AM
  5. Replies: 2
    Last Post: December 30th, 2010, 04:17 PM