S sandeep New Member Apr 23, 2009 #1 Apr 23, 2009 #1 Does litespeed have support for mod_speling or does it have any alternative. Please point me to a tutorial if there is any. Thanks Sandeep
Does litespeed have support for mod_speling or does it have any alternative. Please point me to a tutorial if there is any. Thanks Sandeep
D DanEZPZ Well-Known Member Aug 2, 2009 #3 Aug 2, 2009 #3 Sorry to bump an old thread, but is there any plans to add this? If not, anyone know of a way around capitalisation issues?
Sorry to bump an old thread, but is there any plans to add this? If not, anyone know of a way around capitalisation issues?
M MikeDVB Well-Known Member Aug 2, 2009 #4 Aug 2, 2009 #4 DanEZPZ said: Sorry to bump an old thread, but is there any plans to add this? If not, anyone know of a way around capitalisation issues? Click to expand... I've given you mod_rewrite code that will fix the issue for your one client - and you can use it for other such similar situations. If you need further help let me know. Code: RewriteEngine On RewriteRule ^dsc(.*) DSC$1 [L]
DanEZPZ said: Sorry to bump an old thread, but is there any plans to add this? If not, anyone know of a way around capitalisation issues? Click to expand... I've given you mod_rewrite code that will fix the issue for your one client - and you can use it for other such similar situations. If you need further help let me know. Code: RewriteEngine On RewriteRule ^dsc(.*) DSC$1 [L]