Skip to content

Instantly share code, notes, and snippets.

@michsch
Last active December 18, 2015 19:09
Show Gist options
  • Save michsch/5831122 to your computer and use it in GitHub Desktop.
Save michsch/5831122 to your computer and use it in GitHub Desktop.
#### Aktivierung RealURL ####
config {
baseURL = http://domain.com/
tx_realurl_enable = 1
prefixLocalAnchors = all
notification_email_urlmode = all
}
#### Aktivierung RealURL ####
#Base-URL-Fix für IE6 Fehler "Vorgang abgebrochen"
[browser = msie] && [version= <7]
config{
baseURL >
headerComment = --> <base href="http://domain.com/"></base> <!--
xhtml_cleaning = 0
}
[global]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment