Change URLs for /news to be SEO-friendly #52

Manually merged
anton merged 1 commits from :master into master 2020-01-10 15:30:19 +00:00
Contributor

For this to work properly, the following code will need added to the NGINX configs:

location /news/ {
  rewrite ^/news/(.*)$ /news/index.php?page=$1 last;
}
For this to work properly, the following code will need added to the NGINX configs: ``` location /news/ { rewrite ^/news/(.*)$ /news/index.php?page=$1 last; } ```
ben closed this pull request 2020-01-10 15:30:18 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: team/site#52
No description provided.