We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f044011 + 6511723 commit bc53703Copy full SHA for bc53703
htaccess.lua
@@ -217,7 +217,7 @@ if not htaccess then
217
fail(C_SECURITY_VIOLATION_ERROR)
218
end
219
local relative_dir = last_htaccess_dir:sub(rootpath:len()+1)
220
- htaccess = C_DIR..' '..relative_dir..'\n'..htaccess..current_htaccess
+ htaccess = C_DIR..' '..relative_dir..'\n'..htaccess..current_htaccess..'\n'
221
222
223
read_htaccess() -- process file in root directory first
0 commit comments