Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Trek is offline IM & SEO Quiet One Trek is on a distinguished road
    Join Date
    Jul 2011
    Posts
    20
    Thanks Given
    1
    Thanked 0 Times in 0 Posts

    htaccess - cant get page to work without trailing slash

    Trying to figure out why the page I'm creating works when I place a trailing slash but re-directs to a 404 when i take it off.

    For example, this code 404's without trailing slash and works when it's like: example DOT com/city-test-page/
    ---note: when I take out the stuff relating to the query it works...aka- when i take out the "([A-Za-z0-9\-/+_\(\)]+)" and the "&query=$2"...the query obviously doesn't work but going to the page without the trailing slash works

    Code:
    RewriteRule ^([A-Za-z0-9\-+\(\)#%|_,]+-test-page)([A-Za-z0-9\-/+_\(\)]+)$ /file.php?city=$1&query=$2 [L]
    This page, however, works without the trailing slash (just like i'd like the other one to do...the one above). Looks like: example DOT com/zipcode-houses/88888

    Code:
    RewriteRule ^zipcode-houses/([A-Za-z0-9\-+\(\)#%|_,]+)/?(\d+)?$ /directory/zip-houses.php?zip=$1&page=$2 [L]
    I tried toying with it for quite a while but can't seem to make and progress.

    Any thoughts?
    Last edited by Trek; 09-07-2011 at 05:31 PM.

  2. #2
    Trek is offline IM & SEO Quiet One Trek is on a distinguished road
    Join Date
    Jul 2011
    Posts
    20
    Thanks Given
    1
    Thanked 0 Times in 0 Posts
    May have found it, this seems to be working:

    RewriteRule ^([A-Za-z0-9\-+\(\)#%|_,]+-test-page)(/.*)?$ /file.php?city=$1&query=$2 [L]


 

Similar Threads

  1. Don't work..
    By enter1234 in forum Legal, Copyright, Payment Processing
    Replies: 20
    Last Post: 09-01-2013, 08:41 PM
  2. Does On-page for Dynamic Websites Work??
    By hdhsiuo in forum General SEO Talk
    Replies: 6
    Last Post: 08-29-2011, 12:40 PM
  3. SEO Will Not Work If?
    By idreesfarooq in forum General SEO Talk
    Replies: 19
    Last Post: 05-16-2011, 07:19 AM
  4. seo work at my home?
    By Hussy in forum General SEO Talk
    Replies: 30
    Last Post: 05-10-2011, 05:54 PM
  5. Off page seo work
    By dailyearner in forum Link Building General Talk
    Replies: 1
    Last Post: 09-05-2010, 10:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts