.htaccess
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (→Url-Rewriting mit .htaccess) |
Sebra (Diskussion | Beiträge) (→Url-Rewriting mit .htaccess) |
||
Zeile 6: | Zeile 6: | ||
php_value error_reporting 7 | php_value error_reporting 7 | ||
- | = Url-Rewriting mit .htaccess = | + | = Url-Rewriting / Speaking-Urls mit .htaccess = |
* mod_rewrite Quick Reference and Cheat Sheet | * mod_rewrite Quick Reference and Cheat Sheet | ||
** http://semlabs.co.uk/journal/mod_rewrite-quick-reference-and-cheat-sheet | ** http://semlabs.co.uk/journal/mod_rewrite-quick-reference-and-cheat-sheet | ||
* http://stackoverflow.com/questions/2803040/apache-rewrite-mod-rewriterule-path-and-query-string | * http://stackoverflow.com/questions/2803040/apache-rewrite-mod-rewriterule-path-and-query-string | ||
- | + | ** Sample: | |
- | * Sample: | + | |
RewriteEngine On | RewriteEngine On | ||
Zeile 20: | Zeile 19: | ||
#differently. If you want you can add an extra parameter too, like: | #differently. If you want you can add an extra parameter too, like: | ||
RewriteRule /path/index.php /path/iphone.php?extra=param [QSA,L] | RewriteRule /path/index.php /path/iphone.php?extra=param [QSA,L] | ||
+ | |||
+ | * http://www.askapache.com/htaccess/modrewrite-tips-tricks.html | ||
= Authentifizierung mit .htaccess = | = Authentifizierung mit .htaccess = |