Child pages
  • artservice.auroville.org
Skip to end of metadata
Go to start of metadata

Introduction

This page provides more detailed information about the blav2 web-aurovilleartservice.org.

Related pages

Path properties

Property
Value
Notes
FQDN  
Virtual MachineLXC on web2 
IP Address10.42.0.202 
Virtual Host configuration path/etc/nginx/sites-enabled/wordpress 
CMSWordpress under debian 
Tool access urlhttp://www.aurovilleartservice.in/wp-adminKeePassX Access

Source code path

/usr/share/wordpress (debian standard) and /var/lib/wordpress/wp-content (customization) 
Config file db/etc/wordpress 
Database backup path/var/backup/mysql/wordpress 
wordpress plugin/var/lib/wordpress/wp-content/plugins 
Database connexionhttp://aurovilleartservice.org/phpmyadmin/ 
KeePassX path/Blue Light/bluelightav.org/blav2/web2/artservice 
Access log path/var/log/nginx/artservice.access.log 
Error log path/var/log/nginx/artservice.error.log 

Documentation / Source code

On rose:

/home/share/administration/Supported organisations and projects /bl-programming-projects/aurovilleartservice/

 

Wordpress Rss Feed

In case the Rss feed does not work with this error displayed:

Line Number 2, Column 1:<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"

open usr/share/wordpress/wp-includes/feed-rss2.php it with a text editor and read on the very top section, the following code:

header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);
$more = 1;

To fix the feed on wordpress (but not only, it is obviously valid in, and for, any other feed or non feed contest where we can have the same necessity), add this tricky Php code immediately after:

$out = ob_get_contents();
$out = str_replace(array("\n", "\r", "\t", " "), "", $input);
ob_end_clean();

 

  • No labels