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? -------------------------------