You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/07/05 15:59:42 UTC

svn commit: r1835153 - /syncope/site/2.1.0/docs/.htaccess

Author: ilgrosso
Date: Thu Jul  5 15:59:42 2018
New Revision: 1835153

URL: http://svn.apache.org/viewvc?rev=1835153&view=rev
Log:
Adjusting htaccess

Modified:
    syncope/site/2.1.0/docs/.htaccess

Modified: syncope/site/2.1.0/docs/.htaccess
URL: http://svn.apache.org/viewvc/syncope/site/2.1.0/docs/.htaccess?rev=1835153&r1=1835152&r2=1835153&view=diff
==============================================================================
--- syncope/site/2.1.0/docs/.htaccess (original)
+++ syncope/site/2.1.0/docs/.htaccess Thu Jul  5 15:59:42 2018
@@ -15,7 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-RedirectMatch https://syncope.apache.org/docs/getting-started(.*)$ "https://syncope.apache.org/docs/2.1/getting-started$1"
-RedirectMatch http://syncope.apache.org/docs/getting-started(.*)$ "https://syncope.apache.org/docs/2.1/getting-started$1"
-RedirectMatch https://syncope.apache.org/docs/reference-guide(.*)$ "https://syncope.apache.org/docs/2.1/reference-guide$1"
-RedirectMatch http://syncope.apache.org/docs/reference-guide(.*)$ "https://syncope.apache.org/docs/2.1/reference-guide$1"
+RedirectMatch /docs/getting-started(.*)$ "https://syncope.apache.org/docs/2.1/getting-started$1"
+RedirectMatch /docs/reference-guide(.*)$ "https://syncope.apache.org/docs/2.1/reference-guide$1"