Hi everyone,
I have trouble using virtual hosts with IE11, I hope you can help me solve this!
So, here's the problem:
I'm currently developping multiple websites using URL rewriting. In order to have all my absolute path functionning, I'm using virtual hosts (with the EasyPHP extension). Then:
- if I use Chrome or Firefox with the virtual host alias, it's working just fine;
- if I use IE11 with the use the virtual host alias, it's all messed up (the CSS goes crazy, browser detection fails...);
- if I use any brother without the virtual host alias (using "127.0.0.1/mywebsite"), it works but all the file paths are broken.
It's a bit annoying because I can't test my work on IE before putting it online...
Thanks in advance if anyone has a solution!
I have trouble using virtual hosts with IE11, I hope you can help me solve this!
So, here's the problem:
I'm currently developping multiple websites using URL rewriting. In order to have all my absolute path functionning, I'm using virtual hosts (with the EasyPHP extension). Then:
- if I use Chrome or Firefox with the virtual host alias, it's working just fine;
- if I use IE11 with the use the virtual host alias, it's all messed up (the CSS goes crazy, browser detection fails...);
- if I use any brother without the virtual host alias (using "127.0.0.1/mywebsite"), it works but all the file paths are broken.
It's a bit annoying because I can't test my work on IE before putting it online...
Thanks in advance if anyone has a solution!