Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/.htaccess/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 如何将web.config转换为.htaccess文件_Php_.htaccess_Laravel_Web Config - Fatal编程技术网

Php 如何将web.config转换为.htaccess文件

Php 如何将web.config转换为.htaccess文件,php,.htaccess,laravel,web-config,Php,.htaccess,Laravel,Web Config,我有一个托管在IIS8上的Laravel web应用程序,这个应用程序在项目根目录中有一个web.config,在/public目录中有另一个web.confing。 它们是不同的。 我在根目录中没有.htaccess文件,但在我的/public目录中有.htaccess文件。 因此,我应该将这个web.config转换为.htaccess 我怎么能做到? 这是根项目中的web.config文件

我有一个托管在IIS8上的Laravel web应用程序,这个应用程序在项目根目录中有一个web.config,在/public目录中有另一个web.confing。 它们是不同的。 我在根目录中没有.htaccess文件,但在我的/public目录中有.htaccess文件。 因此,我应该将这个web.config转换为.htaccess 我怎么能做到? 这是根项目中的web.config文件