| fajita | AllowOverride None means "Please ignore my htaccess files." and is the default setting. or See http://www.onlamp.com/pub/a/apache/2003/12/04/apacheckbk.html |
| sneex | roger that |
| amimusa | that resource mean a request to the folder throught the browser ? |
| crazyal | I see alot of products which allow you to connect to their product using a sub-domain. That means when the account was created, it changed DNS settings? That sounds like alot of work |
| simon23 | megaspaz: smoking kills :) megaspaz: http://www.albinoblacksheep.com/flash/smokekills.php |
| crazyal | Because you can't have like a catch-all right? |
| megaspaz | simon23: so does living |
| sneex | why crazyal? |
| megaspaz | wildcard domain wildcard domains fajita: wildcard domains |
| fajita | megaspaz: i'm not following you... |
| crazyal | wildcard domains? |
| megaspaz | fajita: you suck |
| fajita | megaspaz: excuse me? |
| sneex | virtualhosts |
| fajita | see virtual hosts |
| megaspaz | you heard me, you dumb bot |
| crazyal | sneex: wild card domains? |
| amimusa | so, if i put a .htaccess with this content: popopopopo in the /var/www/ folder and i go to localhost and i see my index.php is becasue htaccess are not parsed by apache ? |
| megaspaz | amimusa: correctomundo |
| sneex | serveralias |
| fajita | serveralias is http://httpd.apache.org/docs/2.2/mod/core.html#serveralias or http://httpd.apache.org/docs/1.3/mod/core.html#serveralias |
| amimusa | how can i enable then ? :) |
| megaspaz | we told you |
| crazyal | But it won't work if the DNS isn't setup right |
| megaspaz | allowoverride |
| fajita | AllowOverride tells Apache what things you wish to permit in .htaccess files. See http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride |
| megaspaz | allowoverride none |
| fajita | AllowOverride None means "Please ignore my htaccess files." and is the default setting. or See http://www.onlamp.com/pub/a/apache/2003/12/04/apacheckbk.html |
| megaspaz | scope |
| fajita | Scope means the range of your URL space where the directive applies. Like a <Directory> section, or a <Location>, perhaps. or http://httpd.apache.org/docs/configuring.html#scope or http://httpd.apache.org/docs/2.2/configuring.html#scope |
| megaspaz | <directory /> |
| fajita | <directory /> is a filesystem directory, not a URL path. If you put options in this block, don't be surprised when whatever you're trying to do doesn't work. |
| sneex | skol |
| megaspaz | have a ball |
| crazyal | If you go to http://something.google.com/ it returns an error, because it doesn't exist no matter what you do to Apache |