User Tools

Site Tools


note

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

note [09:21 17/08/2025] – created Richard Whitenote [21:21 09/12/2025] (current) – removed Richard White
Line 1: Line 1:
-# This will direct the request to a different directory  
-# depending on the hostname used to access the site: 
-# If the request is for http://example.com/foo/bar,  
-# then %1 would contain example.com and $1 would contain foo/bar. 
-# See https://httpd.apache.org/docs/current/rewrite/intro.html 
-#RewriteCond "%{HTTP_HOST}" "(.*)" 
-#RewriteRule "^/(.*)"       "/sites/%1/$1" 
- 
-RewriteCond "%{HTTP_HOST}" "www.ildis.org" 
-RewriteRule "^/(.*)"       "/ildis/$1" 
  
note.1755422500.txt.gz · Last modified: by Richard White