Skip to content

It now checks whether the Drupal 7 site has CleanURLs enabled and change the query string in the path accordingly. #16

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

Open
wants to merge 2 commits into
base: 7.x-1.x
Choose a base branch
from

Conversation

ovidius72
Copy link

The Angual module now checks if the Drupal site has CleanUrls enabled, prepending the query path string with '/?q' if not, or with just '/' otherwise', fixing a problem with Drupal 7 web sites where the CleanURLs module is enabled

Antonio Pantano added 2 commits November 30, 2015 18:39
… prepending the query path with '/?q' if not, or with just '/' otherwise' fixing a problem with Drupal web sites where the CleanURLs module is enabled
If the CleanURLs module is enabled the query path string is prepended
with just a forward slash “/“, otherwise it uses “/?q=“
@ovidius72 ovidius72 changed the title Added the capability to check if the Drupal 7 site has the CleanURLs module enabled and change the query string in the path accordly. It now checks whether the Drupal 7 site has CleanURLs enabled and change the query string in the path accordingly. Dec 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant