diff --git a/_.htaccess b/_.htaccess index beb7c9c56cc55178a1e276b4b06ddac5e04710cb..821fe98e7af2558ca5d43a30d9b21868b96c2c51 100644 --- a/_.htaccess +++ b/_.htaccess @@ -281,7 +281,7 @@ AddDefaultCharset utf-8 # IMPORTANT: This rule has to be the very first RewriteCond in order to work! RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.+)\.(\d+)\.(php|js|css|png|jpg|gif|gzip)$ $1.$3 [L] + RewriteRule ^(.+)\.(\d+)\.(php|js|css|png|jpg|gif|gzip)$ %{ENV:CWD}$1.$3 [L] # Access block for folders RewriteRule _(?:recycler|temp)_/ - [F]