Pretty URLs on Nginx? Howto??
Posted: Thu Jan 21, 2021 12:39 am
The documentation at:
https://docs.cmsmadesimple.org/configuration/pretty-url
when using other webserver, in my case, Nginx to add at end config.php:-
The above is straightforward.
It then says:-
Which I don't understand.
I'm using the free bandb design
Where do I add this?
Via Admin?
or am I supposed to edit a file?
https://docs.cmsmadesimple.org/configuration/pretty-url
when using other webserver, in my case, Nginx to add at end config.php:-
Code: Select all
$config['url_rewriting'] = 'internal';
It then says:-
Code: Select all
Step 2
The head section of your HTML template should contain the tag:
{metadata}
I'm using the free bandb design
Where do I add this?
Via Admin?
or am I supposed to edit a file?