redirect any URL to lowercase URL
I would like to know if it is possible in QNAP.
Some application come with lowercase request some with capital 1st letter...
I use a linux to do this job, but I would like to use Qnap instead as I installed it and the linux macine use the qnap share to store the files...
# cat /share/Web/QNAP/.htaccess
Options +Indexes
IndexOptions +FancyIndexing
RewriteEngine On
RewriteCond %{REQUEST_URI}
RewriteRule ^(.*) ...
more ...Statistics : 1 Post || 3 Views
Post by
cfblnetman