From 4d43ff1d45b88613a8eaa9820316662906ba01cb Mon Sep 17 00:00:00 2001 From: AskApache Date: Wed, 17 Jul 2024 22:35:12 -0400 Subject: [PATCH] Update making-sure-htaccess-works.md --- docs/howto/making-sure-htaccess-works.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/howto/making-sure-htaccess-works.md b/docs/howto/making-sure-htaccess-works.md index 4516c4e6..fb716c87 100644 --- a/docs/howto/making-sure-htaccess-works.md +++ b/docs/howto/making-sure-htaccess-works.md @@ -115,6 +115,12 @@ This is correct:
+Debugging htaccess Variables +------------------------------- + +You can debug and view your mod_rewrite variables with the script here: [HTACCESS Variables Debugger](https://www.askapache.com/htaccess/crazy-advanced-mod_rewrite-tutorial/#PHP_Code_access_Apache_Variables). This will show you the variables htaccess can view. + + My htaccess is broken? What do? -------------------------------