Hi Deepak ...

I don't think you need a rewrite rule. You just need to set the default
links inside the templates

On Sep 1, 2017 12:14 PM, <dee...@apache.org> wrote:

> Author: deepak
> Date: Fri Sep  1 09:14:12 2017
> New Revision: 1806907
>
> URL: http://svn.apache.org/viewvc?rev=1806907&view=rev
> Log:
> Added missing redirect rule in htaccess file
>
> Modified:
>     ofbiz/site/.htaccess
>
> Modified: ofbiz/site/.htaccess
> URL: http://svn.apache.org/viewvc/ofbiz/site/.htaccess?rev=
> 1806907&r1=1806906&r2=1806907&view=diff
> ============================================================
> ==================
> --- ofbiz/site/.htaccess (original)
> +++ ofbiz/site/.htaccess Fri Sep  1 09:14:12 2017
> @@ -1 +1,4 @@
> -ErrorDocument 404 /404.html
> +ErrorDocument 404 /404.html
> +
> +RewriteRule ^documentation.html /index.html [R=301,NC,L]
> +RewriteRule ^community.html /getting-involved.html [R=301,NC,L]
>
>
>

Reply via email to