<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=91.47.28.83</id>
	<title>Wikizone - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=91.47.28.83"/>
	<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Spezial:Beitr%C3%A4ge/91.47.28.83"/>
	<updated>2026-05-06T20:24:02Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Real_URL_(realurl)&amp;diff=1361</id>
		<title>Real URL (realurl)</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Real_URL_(realurl)&amp;diff=1361"/>
		<updated>2008-04-05T05:49:52Z</updated>

		<summary type="html">&lt;p&gt;91.47.28.83: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Quickinfo ==&lt;br /&gt;
* Configure Apache&lt;br /&gt;
* Deactivate SimulateStaticDocs&lt;br /&gt;
* TypoScript&lt;br /&gt;
* Edit localconf.php (or use another tool like aeurltools or etarget realurlconfiguration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configure Apache ==&lt;br /&gt;
RealURLs work by providing &amp;#039;virtual paths&amp;#039; to &amp;#039;virtual files&amp;#039;. These don&amp;#039;t actually exist on the file-system, so you must tell Apache to let a PHP-script handle the request if it can&amp;#039;t find the file. This way, all URLs to pages (like www.server.com/products/product1/left.html) will be &amp;#039;redirected&amp;#039; to /index.php, which will handle the translation of the URL into GET parameters. Real files (like images, the TYPO3 backend, static html-files, etc.) will still be handled by Apache itself though.&lt;br /&gt;
&lt;br /&gt;
You should put the supplied sample .htaccess file (called _.htaccess) in the root of your TYPO3-installation.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you could include the following lines in your httpd.conf, probably in the VirtualHost-section. Here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;VirtualHost 127.0.0.1&amp;gt;&lt;br /&gt;
DocumentRoot /var/www/typo3/dev/testsite-3/&lt;br /&gt;
ServerName www.test1.intra&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteRule ^/typo3$ - [L]&lt;br /&gt;
RewriteRule ^/typo3/.*$ - [L]&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-l&lt;br /&gt;
RewriteRule .* /index.php&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTICE: USING httpd.conf is currently known not to work since t3lib_div::getIndpEnv(&amp;#039;TYPO3_SITE_URL&amp;#039;) is not correct. Solution remains to be found.&lt;br /&gt;
&lt;br /&gt;
If you put it into a .htaccess file it has to look slightly different, basically stripping the leading slashes (“/”):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteRule ^typo3$ - [L]&lt;br /&gt;
RewriteRule ^typo3/.*$ - [L]&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-l&lt;br /&gt;
RewriteRule .* index.php&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will tell Apache that it should rewrite every URL that&amp;#039;s not a filename, directory or symlink. It leaves everything starting with /typo3/ alone too.&lt;br /&gt;
&lt;br /&gt;
Notice: For this work you need the Apache module “mod_rewrite”!&lt;br /&gt;
&lt;br /&gt;
Also refer to the Appendix for extended information on mod_rewrite issues.&lt;br /&gt;
&lt;br /&gt;
== TS Config ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
config.simulateStaticDocuments = 0&lt;br /&gt;
config.baseURL = http://mydomain.com/&lt;br /&gt;
config.tx_realurl_enable = 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== localconf.php Configuration ==&lt;br /&gt;
with the variable $TYPO3_CONF_VARS[&amp;#039;EXTCONF&amp;#039;][&amp;#039;realurl&amp;#039;]&lt;/div&gt;</summary>
		<author><name>91.47.28.83</name></author>
	</entry>
</feed>