Search found 25 matches
- Sun May 01, 2016 3:40 pm
- Forum: Web Server
- Topic: Wordpress Nginx + php fpm ERROR 404 with custom permalink
- Replies: 7
- Views: 18625
Re: Wordpress Nginx + php fpm ERROR 404 with custom permalink
Solved,
Add "try_files $uri $uri/ /index.php?$args;" to nginx.conf located at /home/user/conf/web/.
"try_files $uri $uri/ /index.php?$args;" Needs to be added to the location section of each website you host.
Add "try_files $uri $uri/ /index.php?$args;" to nginx.conf located at /home/user/conf/web/.
"try_files $uri $uri/ /index.php?$args;" Needs to be added to the location section of each website you host.
- Sun May 01, 2016 3:39 pm
- Forum: Web Server
- Topic: Wordpress Permalinks for Vesta Nginx-PHP-fpm
- Replies: 1
- Views: 4908
Re: Wordpress Permalinks for Vesta Nginx-PHP-fpm
Solved,
Add "try_files $uri $uri/ /index.php?$args;" to nginx.conf located at /home/user/conf/web/.
"try_files $uri $uri/ /index.php?$args;" Needs to be added to the location section of each website you host.
Add "try_files $uri $uri/ /index.php?$args;" to nginx.conf located at /home/user/conf/web/.
"try_files $uri $uri/ /index.php?$args;" Needs to be added to the location section of each website you host.
- Sun May 01, 2016 3:12 pm
- Forum: Web Server
- Topic: Wordpress Nginx + php fpm ERROR 404 with custom permalink
- Replies: 7
- Views: 18625
Re: Wordpress Nginx + php fpm ERROR 404 with custom permalink
Has anyone resolved this please?
- Sun May 01, 2016 3:04 pm
- Forum: Web Server
- Topic: Wordpress Permalinks for Vesta Nginx-PHP-fpm
- Replies: 1
- Views: 4908
Wordpress Permalinks for Vesta Nginx-PHP-fpm
Hi all,
Can someone please tell me what and where I need to add to my setup to get pretty URL's working? The file structure Vesta CP creates seems to be different to most guides I have come across and what ever I try ends with errors.
Can someone please tell me what and where I need to add to my setup to get pretty URL's working? The file structure Vesta CP creates seems to be different to most guides I have come across and what ever I try ends with errors.
- Tue Apr 26, 2016 10:34 am
- Forum: Mail Server
- Topic: Still Can't Receive Email
- Replies: 18
- Views: 21875
Re: Still Can't Receive Email
It's Working!!
Thank you!
Thank you!
- Tue Apr 26, 2016 10:25 am
- Forum: Mail Server
- Topic: Still Can't Receive Email
- Replies: 18
- Views: 21875
Re: Still Can't Receive Email
ps aux | grep 614 root 614 0.0 0.0 25292 1312 ? Ss Apr22 0:04 /usr/lib/postfix/master root 4193 0.0 0.0 8812 744 pts/2 S+ 11:25 0:00 grep 614 root 6140 0.0 0.0 53112 2780 ? Ss Apr22 0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf Still seeing postfix after apt-get purge postfix?
- Tue Apr 26, 2016 10:20 am
- Forum: Mail Server
- Topic: Still Can't Receive Email
- Replies: 18
- Views: 21875
Re: Still Can't Receive Email
Ha, lol. Yeah that's what I thought. I believe it must have been installed automatically when the VPS was installed.
I have stopped the process but it has no effect still can't receive. I will purge Postfix
I have stopped the process but it has no effect still can't receive. I will purge Postfix
- Tue Apr 26, 2016 10:11 am
- Forum: Mail Server
- Topic: Still Can't Receive Email
- Replies: 18
- Views: 21875
Re: Still Can't Receive Email
I've got this: ps aux | grep 614 root 614 0.0 0.0 25292 1296 ? Ss Apr22 0:04 /usr/lib/postfi x/master root 2281 0.0 0.0 8812 748 pts/2 S+ 11:10 0:00 grep 614 root 6140 0.0 0.0 53112 2780 ? Ss Apr22 0:00 nginx: master p rocess /usr/sbin/nginx -c /etc/nginx/nginx.conf Looks like postfix is running?? A...
- Tue Apr 26, 2016 10:10 am
- Forum: Mail Server
- Topic: Still Can't Receive Email
- Replies: 18
- Views: 21875
Re: Still Can't Receive Email
Is this IPv4 & 6 conflicting?
I have added disable_ipv6=true to the config file.
I have added disable_ipv6=true to the config file.
- Tue Apr 26, 2016 10:04 am
- Forum: Mail Server
- Topic: Still Can't Receive Email
- Replies: 18
- Views: 21875
Re: Still Can't Receive Email
netstat -np TCP | find "25"
find: `25': No such file or directory
find: `25': No such file or directory