Answer the question
In order to leave comments, you need to log in
How to synchronize everything correctly Open server and phpstorm and the project?
I have a project on phpStorm , localserver Openserver , Php 7.1
If I enter the project through Openserver/ My sites/
then I have this 'REQUEST_URI' => string '/' (length=1) ,
and if I open it through phpStorm then this
'REQUEST_URI' => string '/index.php/index.php?_ijt=t7p43g1cg9khqlpmlncdepek6d' (length=52)
how should OpenServer and Storm be configured so that the URI is the same both there and there
<?php
declare(strict_types =1);
echo "Hello World";
var_dump($_SERVER);
plz help me solve this problem if you know how
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question