<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://en.contaowiki.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://en.contaowiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kvarley</id>
		<title>Contao Community Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://en.contaowiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kvarley"/>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Special:Contributions/Kvarley"/>
		<updated>2026-05-25T10:54:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.6</generator>

	<entry>
		<id>https://en.contaowiki.org/Installation</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Installation"/>
				<updated>2012-01-17T12:32:04Z</updated>
		
		<summary type="html">&lt;p&gt;Kvarley: Added section to Troubleshooting concerning the inability to accept the license for Contao via the install tool.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements ==&lt;br /&gt;
&lt;br /&gt;
*Webserver (Apache, IIS, etc.)&lt;br /&gt;
*PHP version 5.2 or greater&lt;br /&gt;
*MySQL version 4.1 or greater&lt;br /&gt;
*PHP extension GDLib&lt;br /&gt;
*PHP extension mcrypt (optional)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.contao.org/en/download.html Download a Contao package]&lt;br /&gt;
*Extract the downloaded archive onto your server&lt;br /&gt;
*[http://www.contao.org/en/configuring-the-live-server.html?file=tl_files/downloads/system-check/system-check-2.8.4.0.zip#contao-check Download the system check tool] and extract the contao-check.php file onto your server&lt;br /&gt;
*Once extracted, point your browser to http://yourserver.com/contao-check.php&lt;br /&gt;
*Fix any warnings or errors that it detects&lt;br /&gt;
*Point your browser to http://yourserver.com/contao/install.php&lt;br /&gt;
*Follow the instructions of the install tool&lt;br /&gt;
&lt;br /&gt;
== Cleaning Up ==&lt;br /&gt;
&lt;br /&gt;
*Login to the backend of Contao (http://yourserver.com/contao/) to test that the installation works.&lt;br /&gt;
*Remove http://yourserver.com/contao/install.php for extra security.&lt;br /&gt;
&lt;br /&gt;
== Configuring ''.htaccess'' ==&lt;br /&gt;
*Make a backup of your ''.htaccess'' file if you have one&lt;br /&gt;
*Remove the ''.htaccess'' file and rename the ''.htaccess.default'' file to ''.htaccess''&lt;br /&gt;
*In the Contao backend go to System&amp;gt;Settings and under the ''Front end configuration'' enable '''Rewrite URLs''' and specify your '''URL suffix'''&lt;br /&gt;
[[File:Front-end-configuration.png]]&lt;br /&gt;
*Uncomment the following lines in your .htaccess file:&lt;br /&gt;
**RewriteEngine On ''This enables the rewriting of URLs''&lt;br /&gt;
**RewriteBase / ''This sets the base directory for the rewrite. Change this if contao is in a sub-directory. (e.g. apacheroot/contaoishere/)''&lt;br /&gt;
**RewriteRule .*\.htm$ index.php [L] ''This sets the rewrite rule. It should match the suffix that you specified in the Contao backend! This example is for the .htm suffix.''&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== Install tool asks for FTP details ===&lt;br /&gt;
&lt;br /&gt;
If the Contao install tool asks you for FTP details in order to enable the ''Safe Mode Hack'' ensure that www-data owns the directory that Contao is in!&lt;br /&gt;
&lt;br /&gt;
On Linux you can do the following:&lt;br /&gt;
''chown -R www-data:www-data apacheroot/''&lt;br /&gt;
&lt;br /&gt;
Note: You may need to run the command above as superuser.&lt;br /&gt;
&lt;br /&gt;
=== I can't accept the license agreement ===&lt;br /&gt;
&lt;br /&gt;
If you can't accept the license agreement on the install tool then you may have a permissions error. Ensure that www-data owns the web server directory.&lt;br /&gt;
&lt;br /&gt;
If www-data does own the web server directory then you can add the following line to ''localconfig.php'' file to accept the license:&lt;br /&gt;
*$GLOBALS['TL_CONFIG']['licenseAccepted'] = true;&lt;/div&gt;</summary>
		<author><name>Kvarley</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Installation</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Installation"/>
				<updated>2012-01-17T12:24:43Z</updated>
		
		<summary type="html">&lt;p&gt;Kvarley: Added screenshot of the Contao backend settings for front-end configuration.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements ==&lt;br /&gt;
&lt;br /&gt;
*Webserver (Apache, IIS, etc.)&lt;br /&gt;
*PHP version 5.2 or greater&lt;br /&gt;
*MySQL version 4.1 or greater&lt;br /&gt;
*PHP extension GDLib&lt;br /&gt;
*PHP extension mcrypt (optional)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.contao.org/en/download.html Download a Contao package]&lt;br /&gt;
*Extract the downloaded archive onto your server&lt;br /&gt;
*[http://www.contao.org/en/configuring-the-live-server.html?file=tl_files/downloads/system-check/system-check-2.8.4.0.zip#contao-check Download the system check tool] and extract the contao-check.php file onto your server&lt;br /&gt;
*Once extracted, point your browser to http://yourserver.com/contao-check.php&lt;br /&gt;
*Fix any warnings or errors that it detects&lt;br /&gt;
*Point your browser to http://yourserver.com/contao/install.php&lt;br /&gt;
*Follow the instructions of the install tool&lt;br /&gt;
&lt;br /&gt;
== Cleaning Up ==&lt;br /&gt;
&lt;br /&gt;
*Login to the backend of Contao (http://yourserver.com/contao/) to test that the installation works.&lt;br /&gt;
*Remove http://yourserver.com/contao/install.php for extra security.&lt;br /&gt;
&lt;br /&gt;
== Configuring ''.htaccess'' ==&lt;br /&gt;
*Make a backup of your ''.htaccess'' file if you have one&lt;br /&gt;
*Remove the ''.htaccess'' file and rename the ''.htaccess.default'' file to ''.htaccess''&lt;br /&gt;
*In the Contao backend go to System&amp;gt;Settings and under the ''Front end configuration'' enable '''Rewrite URLs''' and specify your '''URL suffix'''&lt;br /&gt;
[[File:Front-end-configuration.png]]&lt;br /&gt;
*Uncomment the following lines in your .htaccess file:&lt;br /&gt;
**RewriteEngine On ''This enables the rewriting of URLs''&lt;br /&gt;
**RewriteBase / ''This sets the base directory for the rewrite. Change this if contao is in a sub-directory. (e.g. apacheroot/contaoishere/)''&lt;br /&gt;
**RewriteRule .*\.htm$ index.php [L] ''This sets the rewrite rule. It should match the suffix that you specified in the Contao backend! This example is for the .htm suffix.''&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
If the Contao install tool asks you for FTP details in order to enable the ''Safe Mode Hack'' ensure that www-data owns the directory that Contao is in!&lt;br /&gt;
&lt;br /&gt;
On Linux you can do the following:&lt;br /&gt;
''chown -R www-data:www-data apacheroot/''&lt;br /&gt;
&lt;br /&gt;
Note: You may need to run the command above as superuser.&lt;/div&gt;</summary>
		<author><name>Kvarley</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Installation</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Installation"/>
				<updated>2012-01-17T12:23:57Z</updated>
		
		<summary type="html">&lt;p&gt;Kvarley: /* Configuring .htaccess */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements ==&lt;br /&gt;
&lt;br /&gt;
*Webserver (Apache, IIS, etc.)&lt;br /&gt;
*PHP version 5.2 or greater&lt;br /&gt;
*MySQL version 4.1 or greater&lt;br /&gt;
*PHP extension GDLib&lt;br /&gt;
*PHP extension mcrypt (optional)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.contao.org/en/download.html Download a Contao package]&lt;br /&gt;
*Extract the downloaded archive onto your server&lt;br /&gt;
*[http://www.contao.org/en/configuring-the-live-server.html?file=tl_files/downloads/system-check/system-check-2.8.4.0.zip#contao-check Download the system check tool] and extract the contao-check.php file onto your server&lt;br /&gt;
*Once extracted, point your browser to http://yourserver.com/contao-check.php&lt;br /&gt;
*Fix any warnings or errors that it detects&lt;br /&gt;
*Point your browser to http://yourserver.com/contao/install.php&lt;br /&gt;
*Follow the instructions of the install tool&lt;br /&gt;
&lt;br /&gt;
== Cleaning Up ==&lt;br /&gt;
&lt;br /&gt;
*Login to the backend of Contao (http://yourserver.com/contao/) to test that the installation works.&lt;br /&gt;
*Remove http://yourserver.com/contao/install.php for extra security.&lt;br /&gt;
&lt;br /&gt;
== Configuring ''.htaccess'' ==&lt;br /&gt;
*Make a backup of your ''.htaccess'' file if you have one&lt;br /&gt;
*Remove the ''.htaccess'' file and rename the ''.htaccess.default'' file to ''.htaccess''&lt;br /&gt;
*In the Contao backend go to System&amp;gt;Settings and under the ''Front end configuration'' enable '''Rewrite URLs''' and specify your '''URL suffix'''&lt;br /&gt;
[[Front-end-configuration.png]]&lt;br /&gt;
*Uncomment the following lines in your .htaccess file:&lt;br /&gt;
**RewriteEngine On ''This enables the rewriting of URLs''&lt;br /&gt;
**RewriteBase / ''This sets the base directory for the rewrite. Change this if contao is in a sub-directory. (e.g. apacheroot/contaoishere/)''&lt;br /&gt;
**RewriteRule .*\.htm$ index.php [L] ''This sets the rewrite rule. It should match the suffix that you specified in the Contao backend! This example is for the .htm suffix.''&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
If the Contao install tool asks you for FTP details in order to enable the ''Safe Mode Hack'' ensure that www-data owns the directory that Contao is in!&lt;br /&gt;
&lt;br /&gt;
On Linux you can do the following:&lt;br /&gt;
''chown -R www-data:www-data apacheroot/''&lt;br /&gt;
&lt;br /&gt;
Note: You may need to run the command above as superuser.&lt;/div&gt;</summary>
		<author><name>Kvarley</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Front-end-configuration.png</id>
		<title>File:Front-end-configuration.png</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Front-end-configuration.png"/>
				<updated>2012-01-17T12:23:14Z</updated>
		
		<summary type="html">&lt;p&gt;Kvarley: Contao backend settings for the front-end configuration. Features Rewrite options and the specification of a .htm URL suffix.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contao backend settings for the front-end configuration. Features Rewrite options and the specification of a .htm URL suffix.&lt;/div&gt;</summary>
		<author><name>Kvarley</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Installation</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Installation"/>
				<updated>2012-01-17T12:19:40Z</updated>
		
		<summary type="html">&lt;p&gt;Kvarley: Initial version. Added basic installation guide and other sections for help with getting Contao running.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements ==&lt;br /&gt;
&lt;br /&gt;
*Webserver (Apache, IIS, etc.)&lt;br /&gt;
*PHP version 5.2 or greater&lt;br /&gt;
*MySQL version 4.1 or greater&lt;br /&gt;
*PHP extension GDLib&lt;br /&gt;
*PHP extension mcrypt (optional)&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.contao.org/en/download.html Download a Contao package]&lt;br /&gt;
*Extract the downloaded archive onto your server&lt;br /&gt;
*[http://www.contao.org/en/configuring-the-live-server.html?file=tl_files/downloads/system-check/system-check-2.8.4.0.zip#contao-check Download the system check tool] and extract the contao-check.php file onto your server&lt;br /&gt;
*Once extracted, point your browser to http://yourserver.com/contao-check.php&lt;br /&gt;
*Fix any warnings or errors that it detects&lt;br /&gt;
*Point your browser to http://yourserver.com/contao/install.php&lt;br /&gt;
*Follow the instructions of the install tool&lt;br /&gt;
&lt;br /&gt;
== Cleaning Up ==&lt;br /&gt;
&lt;br /&gt;
*Login to the backend of Contao (http://yourserver.com/contao/) to test that the installation works.&lt;br /&gt;
*Remove http://yourserver.com/contao/install.php for extra security.&lt;br /&gt;
&lt;br /&gt;
== Configuring ''.htaccess'' ==&lt;br /&gt;
*Make a backup of your ''.htaccess'' file if you have one&lt;br /&gt;
*Remove the ''.htaccess'' file and rename the ''.htaccess.default'' file to ''.htaccess''&lt;br /&gt;
*In the Contao backend go to System&amp;gt;Settings and under the ''Front end configuration'' enable '''Rewrite URLs''' and specify your '''URL suffix'''&lt;br /&gt;
*Uncomment the following lines in your .htaccess file:&lt;br /&gt;
**RewriteEngine On ''This enables the rewriting of URLs''&lt;br /&gt;
**RewriteBase / ''This sets the base directory for the rewrite. Change this if contao is in a sub-directory. (e.g. apacheroot/contaoishere/)''&lt;br /&gt;
**RewriteRule .*\.htm$ index.php [L] ''This sets the rewrite rule. It should match the suffix that you specified in the Contao backend! This example is for the .htm suffix.''&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
If the Contao install tool asks you for FTP details in order to enable the ''Safe Mode Hack'' ensure that www-data owns the directory that Contao is in!&lt;br /&gt;
&lt;br /&gt;
On Linux you can do the following:&lt;br /&gt;
''chown -R www-data:www-data apacheroot/''&lt;br /&gt;
&lt;br /&gt;
Note: You may need to run the command above as superuser.&lt;/div&gt;</summary>
		<author><name>Kvarley</name></author>	</entry>

	</feed>