Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4910 Widoki

Hi all,

I want to redirect the /shop page to a custom page e.g. /shop-category

I'm using Apache with the following rule:

RewriteRule ^/shop https://www.mydomain.com/shop-category

but in this way I'm redirecting also /shop/everythingelse (like product page)

My need is to rewrite just the /shop page and not the sub path


Awatar
Odrzuć
Najlepsza odpowiedź

Try 

RewriteRule ^/shop /shop-category

RewriteRule ^shop/(\w+)/?$ /shop-category
Awatar
Odrzuć
Autor

Thanks for the support, but the proposed solution is not working, the redirect

is not happening with the rules you wrote

Hello I have a domain www.simpleenergytech.com, when i login with portal user it will showing Home Shop Contct Us Sign In. not redirect to shop page, hence when i enter only domain without any user login showing website ok but after login with user showing Home Page.

Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 23
92
2
sie 19
12146
1
cze 19
5875
1
cze 18
8210
2
lip 24
2585