Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update making-sure-htaccess-works.md #1285

Open
wants to merge 1 commit into
base: 5.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/howto/making-sure-htaccess-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ This is correct:
<img src="/files/htaccess-1.png" width="660" style="bor"></a><br>
</div>

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

Expand Down