Notice: Undefined variable: ob in /srv/www/idiotechnica.com/dev_checkout/source/classes/lib.forum_posts.php on line 102
SELECT SQL_CALC_FOUND_ROWS forum_posts.*, forum_threads.name as thread_name, CONVERT_TZ(forum_posts.created_date, '+00:00', '-4:00') as forum_posts_created_date_tz FROM forum_posts, forum_threads WHERE TRUE AND forum_threads.thread_id = forum_posts.thread_id AND forum_posts.disabled = 0 AND forum_posts.thread_id = 1878 ORDER BY forum_posts.created_date ASC LIMIT 0, 20 AllowEncodedSlashes in Apache
email:
password:

Register
Forum Stats
Total Threads:
4104

Total Posts:
10050

Top Posters
Michael 2304
Dylan 1805
onemiamibum 710
JennyJM 645
nicole 484
Francisco 301
m1nr 262
Marty 256
dav 199
kyle 176
Fla 155
ultron 146
henryjoebob 142
Xandy 133
manic 127
Jess 124
Sarah 123
Cindy 123
Adam 106
Jessica 104
Random Faqqing
What does Beta mean and how long will idiotechnica.com be in it?
Beta is a fancy schmancy technical term that means: We do not want to take any responsibility for the quality of our software at this time. Idiotechnica will always be in beta.
firefox_logo
idiotechnica.com uses CSS3 and is optimized for viewing in Firefox versions 3+

Posts: Computers and Technology / AllowEncodedSlashes in Apache

share this thread on facebook

Michael Post Author Photo: Michael
AllowEncodedSlashes in Apache
01/21/10 04:57 PM

Read this if you are getting 404 errors when you encoded slashes in your urls.

Because idiotechnica uses a mod rewrite rule that grabs info in the second to the last path section and leaves the rest for the title, we have to url encode unexpected slashes in the title.

What I now know is that apache (probably for some security reason that ill find out about the hard way later) doesnt allow encoded slashes in urls. If it sees an encoded / it automatically 404s

The solution of course is to add AllowEncodedSlashes On to your config file or your htaccess or whatever.

Here is a link to the apache documentation on the switch.

http://httpd.apache.org/d....html#allowencodedslashes
Offline
Post ID: 5329

Dylan Post Author Photo: Dylan
01/21/10 05:20 PM

Thanks! This is a HUGE help. Seriously.  
Offline
Post ID: 5330