Hello Everyone,
I'm in the middle of converting from IIS over to Apache and pulling my hair out on mod rewrite.
modrewrite is enabled and confirmed as operating
RewriteBase is set to /board/ (path to forum is /var/www/html/board/
Running SSL
Only real logs are pointing toward an Ajax issue
[Tue Dec 28 06:12:42.043477 2021] [authz_core:debug] [pid 5885] mod_authz_core.c(817): [client 192.168.2.14:55250] AH01626: authorization result of Require all granted: granted, referer: https://www.r3vlimited.com/board/
[Tue Dec 28 06:12:42.043499 2021] [authz_core:debug] [pid 5885] mod_authz_core.c(817): [client 192.168.2.14:55250] AH01626: authorization result of <RequireAny>: granted, referer: https://www.r3vlimited.com/board/
[Tue Dec 28 06:12:42.043588 2021] [core:info] [pid 5885] [client 192.168.2.14:55250] AH00128: File does not exist: /var/www/html/board/ajax/loaddata, referer: https://www.r3vlimited.com/board/
[Tue Dec 28 06:12:42.043651 2021] [headers:debug] [pid 5885] mod_headers.c(899): AH01503: headers: ap_headers_error_filter()
[Tue Dec 28 06:12:42.112677 2021] [ssl:debug] [pid 5885] ssl_engine_kernel.c(415): [client 192.168.2.14:55250] AH02034: Subsequent (No.9) HTTPS request received for child 3 (server r3vlimited.com:443),
Site loads fine, but all the CSS is messed up as mod_rewrite isn't working.
I'm in the middle of converting from IIS over to Apache and pulling my hair out on mod rewrite.
modrewrite is enabled and confirmed as operating
RewriteBase is set to /board/ (path to forum is /var/www/html/board/
Running SSL
Only real logs are pointing toward an Ajax issue
[Tue Dec 28 06:12:42.043477 2021] [authz_core:debug] [pid 5885] mod_authz_core.c(817): [client 192.168.2.14:55250] AH01626: authorization result of Require all granted: granted, referer: https://www.r3vlimited.com/board/
[Tue Dec 28 06:12:42.043499 2021] [authz_core:debug] [pid 5885] mod_authz_core.c(817): [client 192.168.2.14:55250] AH01626: authorization result of <RequireAny>: granted, referer: https://www.r3vlimited.com/board/
[Tue Dec 28 06:12:42.043588 2021] [core:info] [pid 5885] [client 192.168.2.14:55250] AH00128: File does not exist: /var/www/html/board/ajax/loaddata, referer: https://www.r3vlimited.com/board/
[Tue Dec 28 06:12:42.043651 2021] [headers:debug] [pid 5885] mod_headers.c(899): AH01503: headers: ap_headers_error_filter()
[Tue Dec 28 06:12:42.112677 2021] [ssl:debug] [pid 5885] ssl_engine_kernel.c(415): [client 192.168.2.14:55250] AH02034: Subsequent (No.9) HTTPS request received for child 3 (server r3vlimited.com:443),
Site loads fine, but all the CSS is messed up as mod_rewrite isn't working.
Comment