So, is it a subject for ServerFault, or can you argue they're a DSL that combines some programming features, such as regular expressions?
|
|
They fit both. I'm not browsing serverfault much, but I assume that they are a bit annoyed by the amount of dull .htaccess/RewriteRule questions we are moving over. And factually .htaccess files do not constitute server configuration. They share the same format and obviously Apache evaluates those files. But semantically they are application configuration data ( SF has one interesting page for that topic: Everything You Ever Wanted to Know about Mod_Rewrite Rules but Were Afraid to Ask? - but it doesn't quite cover regular expressions. I think it might actually make sense to create a similar reference question on SO, but concentrating on regex syntax and practical examples - which isn't yet covered. |
|||
|
|
|
I would have said |
|||
|
|
|
I'd argue they're a better fit for webmasters.stackexchange.com ... seems others have had the same thought (see Why do we need webmasters.stackexchange when we have stackoverflow? ). |
|||
|
|
|
Many but not all .htaccess questions are definitely ontopic for StackOverflow.com Any question about how you get
to redirect to
although asked 1000 times before is still ontopic. Questions about how you set up your .htaccess file to prevent access from 2 particular IP's on a thursday afternoon in February but only when the user has previously visited on a friday is probably better off on webmasters or serverfault. .htaccess is an important part of many programmers web application and as such is a neccessary part of their understanding. |
|||
|
|