skip to Main Content

Access Magento Admin on Subdomain

I have a running store on Magento 2 which has multiple websites that I can access in the front end without any problems, for example: https://siteone.mymagestore.com https://sitetwo.mymagestore.com https://sitethree.mymagestore.com . . . But when I try to access the admin panel…

VIEW QUESTION

301 path redirect in web.config – Apache

I am trying to get a web redirect to work for my wordpress site, but nothing happens for the redirect url. The site is wordpress and has an existing web.config file which looks like this: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer>…

VIEW QUESTION

PHP – strstr() returns false but the $haystack contains the $needle – Plesk

This is a very strange error, i am trying to fix it without success. I am trying to check if a link contains a string: $actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; echo $actual_link; The output is: http://xxx.xxx.xxx.xxx/plesk-site-preview/***********.com/xxx.xxx.xxx.xxx/ Then: if(strstr($actual_link,"plesk-site-preview") ){ echo"<meta name='robots' content='noindex'>";…

VIEW QUESTION
Back To Top
Search