Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

How to redirect url with complete slug in easyengine + nginx + html

$
0
0

sinewaves, finally I managed to solve. :slight_smile:

I will leave here the solution found to this issue. If you have someone else with this problem may be useful.

In your SFTP manager navigate to: /etc/nginx/conf.d

Within this directory, create a .conf file can be for example: redirect.conf

server_name www.sub.example.com; return 301 $scheme://sub.example.com$request_uri;

And then within the redirect.conf place the code, save and restart nginx.

If all went well, you are done magic. :smiley:

Thanks for your help sinewaves.


Viewing all articles
Browse latest Browse all 12639

Trending Articles