[ 
https://issues.apache.org/jira/browse/SOLR-15593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17401534#comment-17401534
 ] 

Uwe Schindler commented on SOLR-15593:
--------------------------------------

Hi [~houston],
while reviewing the Solr website, I noticed that you put a separate htaccess 
file into the crds download folder. Why did you do this?

There are a few problems with that: The "inner" htaccess file sematically 
replaces the outer one. So the adding of HSTS headers and redirecting to HTTPS 
does not work anymore (because when Apache server finds a htaccess, by default 
it does not look into the directories upper in hierarchy). So why not simply 
copy this one line for redirection to the top level one? From the commit logs I 
have seen that you had some issues with MultiViews? If you could shortly 
explain the issue I'd be happy.

Also when we host the downloads of crds locally, we have to put the path 
pattern into top-level htaccess, too, because the rewrite to subversion is only 
located there and duplicating makes it unmaintainable.

If you agree, I would remove the additional htaccess file and move the one line 
into the default one, unless the MultiView issue above is a serious one.

> Update release scripts and documentation to use new INFRA svn repo
> ------------------------------------------------------------------
>
>                 Key: SOLR-15593
>                 URL: https://issues.apache.org/jira/browse/SOLR-15593
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation, release-scripts
>    Affects Versions: 8.10
>            Reporter: Houston Putman
>            Priority: Blocker
>
> Apache infra is deprecating (and soon removing) the SVN repo that we used to 
> use for storing documentation that is hosted via the Solr website.
> The new repo (https://svn.apache.org/repos/infra/sites/solr) is still mounted 
> to Apache hosts, and we will be able to use it similarly, however Solr is now 
> split from lucene in the new repo and we have redisinged the layout to make 
> the htaccess rules easier.
> The release wizard and release scripts need to be updated to use this new SVN 
> repo, and paths within the repository.
> The directory structure is now (under the repo and path linked above):
> - guide/<version> (ref guide)
> - docs/<version> (javadocs)
> We can also add additional subdirectories here for different content, such as 
> possibly hosting the Solr Operator CRDs and Helm Charts in the future. But 
> that can be a different discussion. Those directories should be named 
> identical to the path in the website so the adoption of htaccess rules to 
> makes them visible in the website stays easy to maintain (it's a single 
> regular expression). The above subversion URL matches 1:1 the website root 
> directory.
> More information can be found at INFRA-21504



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to