Emergencey Help Needed!

Discussion in 'Site & Server Administration' started by profezor, Mar 4, 2008.

  1. #1
    I just uploaded many, many adgroups. But there is an error.

    hxxp://xxx.domain.org/christian_index.php/?&us-cities=Jersey shows the correct page, but NO images :mad:

    while hxxp://xxx.domain.org/christian_index.php?&us-cities=Jersey shows the correct page and images

    "/" in the URL is the problem.


    is there a way to add something to .htaccess to fix this or do i need to change the destination URL in thousands of adgroups?
     
    profezor, Mar 4, 2008 IP
  2. schoash

    schoash Active Member

    Messages:
    291
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    I would say you should edit the htaccess that it doesn't append an additional / to the url
     
    schoash, Mar 5, 2008 IP
  3. profezor

    profezor Peon

    Messages:
    194
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah, thanks, but how do I do that?
     
    profezor, Mar 5, 2008 IP
  4. schoash

    schoash Active Member

    Messages:
    291
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #4
    maybe there is an entry which looks like
    
    RewriteCond %{REQUEST_URI} !(.*)/$
    
    RewriteRule ^(.*)$ %{REQUEST_URI}/ [L,R=301]
    
    Code (markup):
     
    schoash, Mar 5, 2008 IP