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

Jan Høydahl commented on SOLR-15177:
------------------------------------

[~uschindler] is it so that the new Solr site can use the same RewriteRules in 
order to display javadoc and RefGuide from 
{{__root/docs.lucene.apache.org/content}} and that we do not need to {{svn mv}} 
the content to some other location? I.e.:

 
{code:java}
# __root/docs.lucene.apache.org/content/ is a special alias added by 
INFRA-19439, so we can refer to stuff in other places like SVN:
RewriteRule ^(core|solr)/\d+_\d+_\d+/.*$  
__root/docs.lucene.apache.org/content/$0 [PT]
RewriteRule ^solr/guide/\d+_\d+/.*$       
__root/docs.lucene.apache.org/content/$0 [PT]
{code}
Or would you prefer to move Solr guides and Javadoc to a 
{{__root/docs.solr.apache.org/content}} area for consistency?

Perhaps start with the existing rules for the step 1 migration and then later 
move content to a dedicated solr location and update RewriteRules - if not 
SOLR-15186 proves a better way by then?

 

> Handle RefGuide and JavaDoc on solr.apache.org site
> ---------------------------------------------------
>
>                 Key: SOLR-15177
>                 URL: https://issues.apache.org/jira/browse/SOLR-15177
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Jan Høydahl
>            Priority: Major
>
> Make sure we have a working solution for referencing both old and new (9.x) 
> ref-guides and javadoc.
>  * Shall we move solr-related content in svn and point everything to the new 
> site?
>  * Make sure .htaccess rules work for this



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

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

Reply via email to