Scroll

MotoCMS 3

MotoCMS eCommerce

MotoCMS Blog

Moto4

Welcome to our LiveChat! Please press "Start Chat" button to proceed

Start Chat

Nginx rewrite rules for MotoCMS 3

Having trouble viewing all the other pages except the Home Page on your Nginx server? Create the nginx.conf file with the following content on your server:

location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php last;
}
}
Have more questions? Submit a request

Comments