fix redirection; add FSFE to projects

This commit is contained in:
2015-06-26 17:46:16 +03:00
parent 55057a44b8
commit 334a9b1229
3 changed files with 4 additions and 2 deletions

View File

@@ -17,9 +17,9 @@ RewriteRule ^(.*) http://mehl.mx/$1 [R=301,L]
# Rewrite URL/de to URL/index.de.php # Rewrite URL/de to URL/index.de.php
RewriteRule ^(..)/?$ /index.$1.php RewriteRule ^(..)/?$ /index.$1.php
# Rewrite e.g. URL/en/contact to URL/contact.en.php # Rewrite e.g. URL/en/contact to URL/contact.en.php
RewriteRule ^(..)/(.*)$ /$2.$1.php RewriteRule ^(..)/(.*)/?$ /$2.$1.php
# Rewrite empty URL to standard index page # Rewrite empty URL to standard index page
RewriteRule ^$ index.de.php RewriteRule ^/?$ index.de.php
# Rewrite e.g. URL/contact to URL/de/contact and make it visible # Rewrite e.g. URL/contact to URL/de/contact and make it visible
RewriteRule ^([a-z]+)/?$ /de/$1 [R=301,L] RewriteRule ^([a-z]+)/?$ /de/$1 [R=301,L]

View File

@@ -13,6 +13,7 @@
<ul> <ul>
<li><a href="//it.mehl.mx">Max Mehl IT-Dienstleistungen</a></li> <li><a href="//it.mehl.mx">Max Mehl IT-Dienstleistungen</a></li>
<li><a href="http://www.tareo-tz.org">TAREO - Tanzania Rural Empowerment Organization</a></li> <li><a href="http://www.tareo-tz.org">TAREO - Tanzania Rural Empowerment Organization</a></li>
<li><a href="https://fsfe.org">Free Software Foundation Europe</a></li>
<li><a href="http://pfadfinder-konstanz.de">DPSG Pfadfinder Konstanz</a></li> <li><a href="http://pfadfinder-konstanz.de">DPSG Pfadfinder Konstanz</a></li>
<li><a href="http://ferienwohnungen-casa-maria.de">Ferienwohnungen Casa Maria</a></li> <li><a href="http://ferienwohnungen-casa-maria.de">Ferienwohnungen Casa Maria</a></li>
</ul> </ul>

View File

@@ -13,6 +13,7 @@
<ul> <ul>
<li><a href="//it.mehl.mx">Max Mehl IT Services</a></li> <li><a href="//it.mehl.mx">Max Mehl IT Services</a></li>
<li><a href="http://www.tareo-tz.org">TAREO - Tanzania Rural Empowerment Organization</a></li> <li><a href="http://www.tareo-tz.org">TAREO - Tanzania Rural Empowerment Organization</a></li>
<li><a href="https://fsfe.org">Free Software Foundation Europe</a></li>
<li><a href="http://pfadfinder-konstanz.de">DPSG Scouts Konstanz</a></li> <li><a href="http://pfadfinder-konstanz.de">DPSG Scouts Konstanz</a></li>
<li><a href="http://ferienwohnungen-casa-maria.de">Casa Maria Holiday Apartments</a></li> <li><a href="http://ferienwohnungen-casa-maria.de">Casa Maria Holiday Apartments</a></li>
</ul> </ul>