Author: ilgrosso
Date: Thu Jul  5 16:01:42 2018
New Revision: 1835154

URL: http://svn.apache.org/viewvc?rev=1835154&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=1835154&r1=1835153&r2=1835154&view=diff
==============================================================================
--- syncope/site/2.1.0/docs/.htaccess (original)
+++ syncope/site/2.1.0/docs/.htaccess Thu Jul  5 16:01:42 2018
@@ -15,5 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-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";
+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";
+


Reply via email to