Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Apache Webserver
(view source)
Revision as of 14:37, 22 May 2017
373 bytes added
,
14:37, 22 May 2017
→Redirects for Browser with .htaccess
Line 1:
Line 1:
__FORCETOC__
__FORCETOC__
== Redirects for Browser with .htaccess ==
== Redirects for Browser with .htaccess ==
+
+
Redirect Browser by Language to other Websites
+
Create a .htaccess at the Webspace and enter:
+
<pre>
+
<IfModule mod_rewrite.c>
+
RewriteEngine On
+
RewriteCond %{HTTP:Accept-Language} ^de [NC]
+
RewriteRule ^$ /linux-support-deutsch [L,R=301]
+
RewriteRule ^$ /linux-support-english [L,R=301]
+
</IfModule>
+
</pre>
+
This will redir German and International Users to two
+
different Sites.
== Block Access to Subfolders wp-includes of Wordpress ==
== Block Access to Subfolders wp-includes of Wordpress ==
Author
Bureaucrats
,
Administrators
286
edits
Navigation menu
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Linux
Debian + Ubuntu
Apache Webserver
Openbox
SME server
Privoxy Tor
Postfix
Tinycore Linux
Tools
MySQL
MySQL
Wordpress
Customize
Unix
FreeBSD
Router OS
openwrt
pfsense
fritzbox
Netio Koukaam Wiki
netio-230a/b
Mediawiki
MediaWiki
Tools
Special pages
Printable version