Hi All,
Hoping you can help me;
In an apache environment:
in a subdirectory /CDN/
there is a .htaccess file with this:
RewriteEngine on
RewriteRule ^[0-9]{1,6}/(.*)$ ../$1 [PT]
In openlitespeed i tried the following:
in rewrite tab i tried the following
RewriteRule ^/cdn/[0-9]{1,6}/(.*)$ ../$1 [PT]
That didnt work;
So tried setting up a context (static) will little luck !
(see screenshot) https://www.dropbox.com/s/m85y5td64d8jlay/screenshot.jpg?dl=0
hope someone can help! thanks
Hoping you can help me;
In an apache environment:
in a subdirectory /CDN/
there is a .htaccess file with this:
RewriteEngine on
RewriteRule ^[0-9]{1,6}/(.*)$ ../$1 [PT]
In openlitespeed i tried the following:
in rewrite tab i tried the following
RewriteRule ^/cdn/[0-9]{1,6}/(.*)$ ../$1 [PT]
That didnt work;
So tried setting up a context (static) will little luck !
(see screenshot) https://www.dropbox.com/s/m85y5td64d8jlay/screenshot.jpg?dl=0
hope someone can help! thanks