You are looking at the HTML representation of the XML format.
HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format.
To see the non HTML representation of the XML format, set format=xml.
See the complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>
  <query-continue>
    <allpages gapcontinue="Safe_Mode_Hack" />
  </query-continue>
  <query>
    <pages>
      <page pageid="195" ns="0" title="Replace Language">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">'''''I'm not a native English speaker. Please correct my mistakes.'''''

[[File:Replace_language_en.jpg|right|Replace Language]]&quot;Replace Language&quot; replaces the language requested by search engines (over HTTP_ACCEPT_LANGUAGE) in a given language.


The aim is it, for a multilingual website in Contao, to provide the search engine the result of the request in a fixed language. Reason for the development was, that search engine query often with the English language and the German pages (e.g. over &quot;change language&quot; links) only with a lower classification have been evaluated. 
{{ExtInfo
| Dev=Glen Langer ([[User:BugBuster|BugBuster]])
| DevSite=http://www.contao.glen-langer.de
| ExtVersion=1.0.0 / 3.0.0
| Version=from 2.9 / 3.1.0
| TLVersion=2.8.0 - 2.8.4
| Depending=[[Bot Detection|Bot Detection]]
| ERLink=https://contao.org/en/extension-list/view/replacelanguage.html
| DonateLink=Cappuccino
| TrackerLink=https://github.com/BugBuster1701/replacelanguage/issues
| Comment=Version for Contao 3.1 online
}}
[[de:Replace_Language]]
[[Category:Extensions]]

=Forum=
Questions about the &quot;Replace Language&quot; module will be answered in forum: [http://www.contao-community.org/viewforum.php?f=21 Forum]
&lt;br /&gt;
Errors and requests can be reported in the [https://github.com/BugBuster1701/replacelanguage/issues Issue Tracker].

=Installation=
The installation of the module occurs about the extension Repository in back end of Contao.&lt;br /&gt;
A manual installation is possible. [https://contao.org/en/extension-list/view/replacelanguage.html Download] the ZIP file from Extension Repository, unzip and transfer it.&lt;br /&gt;
A directory should have been created &quot;/system/modules/replacelanguage&quot;.&lt;br /&gt;&lt;br /&gt;
&lt;span style=&quot;color:red&quot;&gt;'''''The module Replace Language is dependent on the module &quot;[[Bot Detection|Bot Detection]]&quot;. It must therefore be installed with manual installation.'''''&lt;/span&gt;

=Using=
In the back end, the module is enabled in &quot;Settings&quot;, and the language is defined there.</rev>
        </revisions>
      </page>
      <page pageid="184" ns="0" title="Rewrite URL">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">{{stub}}

[[Category:Admin_HOWTOS]]

=Introduction=

To rewrite URL's you just need to do some small settings in the ''' Back-end  --&gt; System  --&gt; Settings''' and in the .htaccess file

=Requirements=

Access to the Website root and be able to change the '''.htaccess''' file.

=Changes=
In ''' Back-end  --&gt; System  --&gt; Settings''' you have to '''mark''' the field ''' &quot;Rewrite URLs&quot; '''. Also set the ''' Relative path to the Contao directory ''' under '''Global configuration''' to the specific folder ... as example '''/contao'''. If you have a root installation (not in a sub-folder installed) you let this field just free.

When you do a installation of Contao you have in the &quot;root-folder&quot; of it a '''.htaccess.default''' this has to be renamed in '''.htaccess''' . Dont forget to rename the .htaccess to something like .htaccess.old .
If you use a sub-folder for your Contao, it needs to be maked in the .htaccess it self too.
The Section is:

&lt;source&gt;

.htaccess

  ##
  # Set the RewriteBase if your Contao installation is in a subdirectoy and
  # the rewrite rules are not working properly. Usage examples:
  #
  #   RewriteBase /contao
  #   RewriteBase /path/to/contao
  #
  # Uncomment the following line to set the RewriteBase.
  ##
  RewriteBase /contao
&lt;/source&gt;

----

-- [[User:ciaobello|ciao_bello]] - 19.02.2011</rev>
        </revisions>
      </page>
    </pages>
  </query>
</api>