.htaccess
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (→Cheat Sheets) |
Sebra (Diskussion | Beiträge) (→Samples) |
||
| Zeile 43: | Zeile 43: | ||
#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 === | ||

