Author: ilgrosso Date: Thu Jul 5 15:57:32 2018 New Revision: 1835152 URL: http://svn.apache.org/viewvc?rev=1835152&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=1835152&r1=1835151&r2=1835152&view=diff
==============================================================================
--- syncope/site/2.1.0/docs/.htaccess (original)
+++ syncope/site/2.1.0/docs/.htaccess Thu Jul 5 15:57:32 2018
@@ -15,5 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-RedirectMatch getting-started(.*)$
"https://syncope.apache.org/docs/2.1/getting-started$1"
-RedirectMatch reference-guide(.*)$
"https://syncope.apache.org/docs/2.1/reference-guide$1"
+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"
