<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Web Hosting </title>
	<link>http://ask.metafilter.com/5041/Web-Hosting/</link>
	<description>Comments on Ask MetaFilter post Web Hosting</description>
	<pubDate>Sat, 31 Jan 2004 19:41:13 -0800</pubDate>
	<lastBuildDate>Sat, 31 Jan 2004 19:41:13 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Web Hosting </title>
		<link>http://ask.metafilter.com/5041/Web-Hosting</link>	
		<description>1&amp;amp;1 Web Hosting has consistently failed to answer what I think should be a very simple question: given that they do not use per-account httpd.conf files, how do I set the my &lt;i&gt;Alias&lt;/i&gt; and &lt;i&gt;ScriptAlias&lt;/i&gt; variables so that the web application I want to use can work without my having to go in and re-script them?  Thanks eversomuch -- I&apos;ve been waiting months for a quality reply from them!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.5041</guid>
		<pubDate>Sat, 31 Jan 2004 19:04:09 -0800</pubDate>
		<dc:creator>five fresh fish</dc:creator>
		
			<category>alias</category>
		
			<category>variables</category>
		
			<category>ScriptAlias</category>
		
	</item> <item>
		<title>By: thebabelfish</title>
		<link>http://ask.metafilter.com/5041/Web-Hosting#111034</link>	
		<description>I&apos;d like to use 1&amp;amp;1, but they also never answered my question, which was why wasn&apos;t SetEnv in a .htaccess working.  Unfortunately, I think I recall finding out myself that they use suexec (to run as my user), and so I can&apos;t set them, which would make running a bunch of my stuff a pain in the ass.&lt;br&gt;
&lt;br&gt;
Anyway, do Alias and ScriptAlias work in .htaccess files?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5041-111034</guid>
		<pubDate>Sat, 31 Jan 2004 19:41:13 -0800</pubDate>
		<dc:creator>thebabelfish</dc:creator>
	</item><item>
		<title>By: tranquileye</title>
		<link>http://ask.metafilter.com/5041/Web-Hosting#111042</link>	
		<description>I would have to double-check, but I don&apos;t think Alias is allowed in .htaccess.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5041-111042</guid>
		<pubDate>Sat, 31 Jan 2004 20:37:51 -0800</pubDate>
		<dc:creator>tranquileye</dc:creator>
	</item><item>
		<title>By: weston</title>
		<link>http://ask.metafilter.com/5041/Web-Hosting#111043</link>	
		<description>I don&apos;t think Alias and ScriptAlias work in .htaccess files -- only the kinds of directives that you can set &lt;a href=&quot;http://httpd.apache.org/docs/mod/core.html#allowoverride&quot;&gt;AllowOverride&lt;/a&gt; for do. &lt;br&gt;
&lt;br&gt;
What you can do with .htaccess files, if I recall correctly, is use FileInfo directives (AddType, AddHandler) to make scripts execute anywhere below a given .htaccess file.  I&apos;ll look that up if I can and post it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5041-111043</guid>
		<pubDate>Sat, 31 Jan 2004 20:40:01 -0800</pubDate>
		<dc:creator>weston</dc:creator>
	</item><item>
		<title>By: machaus</title>
		<link>http://ask.metafilter.com/5041/Web-Hosting#111048</link>	
		<description>What about mod rewrite?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5041-111048</guid>
		<pubDate>Sat, 31 Jan 2004 20:51:53 -0800</pubDate>
		<dc:creator>machaus</dc:creator>
	</item><item>
		<title>By: yerfatma</title>
		<link>http://ask.metafilter.com/5041/Web-Hosting#111118</link>	
		<description>mod_rewrite is supposed to work inside .htaccess, but I&apos;ve yet to figure out how to get it running on servers I don&apos;t control, especially when you can&apos;t restart the server.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5041-111118</guid>
		<pubDate>Sun, 01 Feb 2004 09:36:36 -0800</pubDate>
		<dc:creator>yerfatma</dc:creator>
	</item><item>
		<title>By: thebabelfish</title>
		<link>http://ask.metafilter.com/5041/Web-Hosting#111200</link>	
		<description>yerfatma, I&apos;ve gotten it working on servers I don&apos;t control.  Do you include the &lt;tt&gt;RewriteEngine on&lt;/tt&gt; line before any other mod_rewrite directives?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5041-111200</guid>
		<pubDate>Sun, 01 Feb 2004 17:40:23 -0800</pubDate>
		<dc:creator>thebabelfish</dc:creator>
	</item><item>
		<title>By: five fresh fish</title>
		<link>http://ask.metafilter.com/5041/Web-Hosting#111313</link>	
		<description>I&apos;m no longer sure if we&apos;re talking about my Alias/ScriptAlias question, or something else now...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5041-111313</guid>
		<pubDate>Mon, 02 Feb 2004 09:14:10 -0800</pubDate>
		<dc:creator>five fresh fish</dc:creator>
	</item><item>
		<title>By: weston</title>
		<link>http://ask.metafilter.com/5041/Web-Hosting#111557</link>	
		<description>fff, the upshot of my post is: you can&apos;t set Alias/ScriptAlias. However, if you have shell access on a UNIX system you can do something like it: use the &lt;tt&gt;ln -s&lt;/tt&gt; command to create a symbolic link for the directories. Something like &lt;tt&gt;ln -s /home/fff/www/foobarbilltype/cgi-bin/blah/ /home/fff/www/blah&lt;/tt&gt;, I guess. &lt;br&gt;
&lt;br&gt;
You can also make a directory CGI-script aware by placing the following lines in a .htaccess file in that directory (assuming AllowOverride is on!):&lt;br&gt;
&lt;br&gt;
    Options +ExecCGI&lt;br&gt;
    AddHandler cgi-script .cgi</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5041-111557</guid>
		<pubDate>Tue, 03 Feb 2004 00:00:14 -0800</pubDate>
		<dc:creator>weston</dc:creator>
	</item>
	</channel>
</rss>
