Is it possible to know which rewrite rules of dispatcher have been activated for a URL? | Community
Skip to main content
Jniza
Level 2
August 11, 2023
Solved

Is it possible to know which rewrite rules of dispatcher have been activated for a URL?

  • August 11, 2023
  • 2 replies
  • 679 views

We have a set of URL transformations and would like to know if there is any way to debug this.

Best regards !

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

@jniza 

 

We can set the log levels in dispatcher for more information about requests. That would help you debug more easily. Just uncomment them and put the desired log levels

 

# Define DISP_LOG_LEVEL Warn
# Define REWRITE_LOG_LEVEL Warn

 

2 replies

aanchal-sikka
Community Advisor
aanchal-sikkaCommunity AdvisorAccepted solution
Community Advisor
August 11, 2023

@jniza 

 

We can set the log levels in dispatcher for more information about requests. That would help you debug more easily. Just uncomment them and put the desired log levels

 

# Define DISP_LOG_LEVEL Warn
# Define REWRITE_LOG_LEVEL Warn

 

Aanchal Sikka
arunpatidar
Community Advisor
Community Advisor
August 11, 2023

You can try below tool for testing rewrite rules

https://technicalseo.com/tools/htaccess/ 

Arun Patidar