| bio | website | brianhare.com |
|---|---|---|
| location | Michigan | |
| age | ||
| visits | member for | 2 years, 3 months |
| seen | Aug 21 '12 at 12:42 | |
| stats | profile views | 3 |
|
Nov 22 |
awarded | Notable Question |
|
Apr 2 |
awarded | Yearling |
|
Apr 1 |
awarded | Commentator |
|
Apr 1 |
comment |
htaccess preventing sqlite database being downloaded at this point no, but this is making me mad that I can't get htaccess to work how it should |
|
Apr 1 |
asked | htaccess preventing sqlite database being downloaded |
|
Jan 18 |
awarded | Popular Question |
|
Mar 2 |
comment |
CSS Intelligent Merger Correct, the tool gives you priority which file to use if you come up with matching attributes. Test1.css would have the priority |
|
Feb 27 |
awarded | Teacher |
|
Feb 25 |
comment |
What are some client-side sitemap generators? I accepted this answer based on the long list to choose from, of which I am sure one will suit me. |
|
Feb 25 |
accepted | What are some client-side sitemap generators? |
|
Feb 25 |
comment |
What are some client-side sitemap generators? @RandomBen I felt "generator" was a tag that should be created based on the posts about "sitemap generators" and other generators. |
|
Feb 25 |
revised |
What are some client-side sitemap generators? added 116 characters in body |
|
Feb 25 |
asked | What are some client-side sitemap generators? |
|
Feb 24 |
awarded | Citizen Patrol |
|
Feb 24 |
asked | CSS Intelligent Merger |
|
Feb 24 |
awarded | Scholar |
|
Feb 24 |
accepted | Rewrite for robots.txt and favicon.ico |
|
Feb 24 |
answered | Rewrite for robots.txt and favicon.ico |
|
Feb 24 |
comment |
Rewrite for robots.txt and favicon.ico The point of doing that is so I can then use just rewrite rules and it would be against the whole URL, including the HTTP_HOST and the path component. |
|
Feb 24 |
comment |
Rewrite for robots.txt and favicon.ico Correct- My understanding is that RewriteRules are only processed if the preceding RewriteCond are met. Therefore if the HTTP_HOST ends with mysite.com, extract the subdomain if it can, if it can then see if the subdomain exists as a home directory, if it does take the whole path component of the URI and rewrite the path with the host involed.. so you are right.. if the request was test.mysite.com/mystuff/mypage.html then it would be rewritten to test.mysite.com/test.mysite.com/mystuff/mypage.html, of which test.mysite.com/mystuff/mypage.html is now the path compnent... |