Last active
December 18, 2015 19:09
-
-
Save michsch/5831122 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### 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