.htaccess
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (→Cheat Sheets) |
Sebra (Diskussion | Beiträge) (→Cheat Sheets) |
||
Zeile 21: | Zeile 21: | ||
* http://www.workingwith.me.uk/articles/scripting/mod_rewrite | * http://www.workingwith.me.uk/articles/scripting/mod_rewrite | ||
+ | |||
+ | * http://www.kb.mediatemple.net/questions/85/Using+.htaccess+rewrite+rules#gs | ||
== Tools == | == Tools == | ||
Zeile 43: | Zeile 45: | ||
#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] | ||
+ | |||
+ | RewriteCond %{REQUEST_FILENAME} !-f | ||
+ | RewriteCond %{REQUEST_FILENAME} !-d | ||
+ | RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] | ||
=== subdomain to folder/directory === | === subdomain to folder/directory === |