Using 'pipe' in link gives 403 forbidden error?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ziycon
    Contributor
    • Sep 2008
    • 384

    Using 'pipe' in link gives 403 forbidden error?

    When i use a 'pipe' in a link it gives a 403 forbidden error, an example of the link would be.
    Code:
    http://www.mysite.com/details-12-name|02052009|About me
    If i use - or ~ it works fine but i need to use the | in the links??
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Originally posted by ziycon
    When i use a 'pipe' in a link it gives a 403 forbidden error, an example of the link would be.
    Code:
    http://www.mysite.com/details-12-name|02052009|About me
    If i use - or ~ it works fine but i need to use the | in the links??
    I guess it's because there are certain characters that aren't allowed in file names / directories, and, as it is, apache is interpreting your url as a file name or directory. Of course, because you have disallowed characters, apache gives you 'access forbidden'.

    Comment

    Working...