Search found 7 matches
- Wed Sep 26, 2018 1:36 pm
- Forum: Web Server
- Topic: What is the cleanest way to add a list of redirects in Vesta CP ?
- Replies: 1
- Views: 2698
What is the cleanest way to add a list of redirects in Vesta CP ?
Hi, I moved my site from Wordpress to Mediawiki and I have several 301 redirects to make. Basically : Redirect permanent 12345/old-wordpress-permalink wiki/new_article_title I also merged another old site in this one so that I also have this type of redirect to make : Redirect permanent https://myol...
- Sat May 12, 2018 7:45 pm
- Forum: Web Server
- Topic: Mediawiki short URL configuration for VestaCP
- Replies: 3
- Views: 6499
Re: Mediawiki short URL configuration for VestaCP
Thanks
It seems it is working following Apache guide only. Any attempt to modify NGINX with part of this guide leads to an error 500.
It seems it is working following Apache guide only. Any attempt to modify NGINX with part of this guide leads to an error 500.
- Sat May 12, 2018 11:56 am
- Forum: Web Server
- Topic: Mediawiki short URL configuration for VestaCP
- Replies: 3
- Views: 6499
Re: Mediawiki short URL configuration for VestaCP
Another point : is configuration to be done in vesta templates instead of files recommended in mediawiki guide ?
- Sat May 12, 2018 11:35 am
- Forum: Web Server
- Topic: Mediawiki short URL configuration for VestaCP
- Replies: 3
- Views: 6499
Mediawiki short URL configuration for VestaCP
Dear
Mediawiki recommand 2 méthode to use short urls. On for Apache and on for NGINX.
Since VestaCP use both by default yet only Apache Will serve PHP, I guess I shall make both configurations except the PHP part of the NGINX one ?
What is your opinion ?
Regards
Mediawiki recommand 2 méthode to use short urls. On for Apache and on for NGINX.
Since VestaCP use both by default yet only Apache Will serve PHP, I guess I shall make both configurations except the PHP part of the NGINX one ?
What is your opinion ?
Regards
- Thu May 10, 2018 9:03 am
- Forum: Web Server
- Topic: Installing mediawiki with a symlink in public_html and getting an HTTP ERROR 500
- Replies: 3
- Views: 7277
Re: Installing mediawiki with a symlink in public_html and getting an HTTP ERROR 500
Works like a charm ! Thanks ! ;-)
- Thu May 10, 2018 7:42 am
- Forum: Web Server
- Topic: Installing mediawiki with a symlink in public_html and getting an HTTP ERROR 500
- Replies: 3
- Views: 7277
Re: Installing mediawiki with a symlink in public_html and getting an HTTP ERROR 500
The php error log : Warning: Unknown: open_basedir restriction in effect. File(/var/lib/mediawiki/index.php) is not within the a$ [Thu May 10 02:47:35.544950 2018] [:error] [pid 11695] [client 51.38.176.57:38306] PHP Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line...
- Thu May 10, 2018 1:13 am
- Forum: Web Server
- Topic: Installing mediawiki with a symlink in public_html and getting an HTTP ERROR 500
- Replies: 3
- Views: 7277
Installing mediawiki with a symlink in public_html and getting an HTTP ERROR 500
Hi, I followed Mediawiki's recommandations to install it on Ubuntu : https://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Debian_or_Ubuntu Mediawiki is installed in : /var/lib/mediawiki In order to make the files available for different sites, a symlink is used : sudo ln -s /var/lib/mediawiki ...