I am using magento 1.9.0.1 and i have applied some patches on this in my local system. Now, I want to check patches applied successfully or not on magereport.com.
How can i check my local magento on magereport.com?
Note: I know that we can check by looking in app/etc/applied.patches.list but I am applying patches by copy/paste files so these patches details are not available in app/etc/applied.patches.list
Can anyone help me in this?
-
If you are developing using vagrant, you ca do it with vagrant share command vagrantup.com/docs/cli/share.htmlNikola– Nikola2017年02月03日 11:10:00 +00:00Commented Feb 3, 2017 at 11:10
1 Answer 1
You cannot unless you open the local development server for access from outside.
I'd suggest to create a staging/testing environment on a sub-domain and test that.
-
it's very difficult to debug on server environment. I want for local.BornCoder– BornCoder2017年02月03日 20:56:15 +00:00Commented Feb 3, 2017 at 20:56