1 | 1259,1260c1259,1260 |
---|
2 | < $rules .= "RewriteCond %{REQUEST_FILENAME} -f [OR]\n" . |
---|
3 | < "RewriteCond %{REQUEST_FILENAME} -d\n" . |
---|
4 | --- |
---|
5 | > $rules .= "RewriteCond %{REQUEST_URI}/%{REQUEST_FILENAME} -f [OR]\n" . |
---|
6 | > "RewriteCond %{REQUEST_URI}/%{REQUEST_FILENAME} -d\n" . |
---|