Forum Moderators: phranque
If you do a rewriterule on the following,
RewriteRule ^image/picture$ /image/picture.gif [L]
Will it show the picture in all browsers or is there an exception? I tested it in recent versions of opera, ff and IE6 without any problems.
Will removing extensions also work for jpg, swf, wmv, mpg and so on?
Therefore, within the confines of a HTTP based session (browser talking to server) you should be OK calling anything what you want - extensions or no extensions - as long as the headers contain the correct content-type information.