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;
}
}
Welcome to our LiveChat! Please press "Start Chat" button to proceed
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;
}
}
Comments