Webdevelopment
Drupal
Betriebssysteme
Design
Sonstige
Fr., 11/05/2012 - 16:28
Body
Debugging
http://people.apache.org/~rbowen/presentations/Apache_Nuts_Bolts_files/Apache_Nuts_Bolts.079.jpg http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritelogRewrite Rules testen
http://martinmelin.se/rewrite-rule-tester/Examples
http://www.helicontech.com/isapi_rewrite/doc/examples.htm http://www.widexl.com/tutorials/mod_rewrite.html http://wiki.apache.org/httpd/RewriteCondTutorials
http://de.selfhtml.org/servercgi/server/rewrite.htm http://corz.org/serv/tricks/htaccess2.php http://www.addedbytes.com/for-beginners/url-rewriting-for-beginners/ http://wiki.ubuntuusers.de/Apache/modrewriteApache vars
http://www.zytrax.com/tech/web/env_var.htmUrl does not contain string
http://stackoverflow.com/questions/1181781/apache-mod-rewrite-only-if-request-does-not-start-with-themes http://forums.devshed.com/apache-development-15/only-rewrite-if-uri-does-not-contain-string-549556.html http://stackoverflow.com/questions/514621/mod-rewrite-regex-to-match-only-if-a-certain-string-does-not-existLookahead
http://stackoverflow.com/questions/9843338/regex-negative-look-ahead-between-two-matches Redirect everything except /images/: RedirectMatch ^/(?!images/)(.*) http://dynamic.myhost.com/$1
Add new comment