Migracia na 6.0
- oprava chyb v log - welcome.blade url uprava
This commit is contained in:
0
public/.htaccess
Normal file → Executable file
0
public/.htaccess
Normal file → Executable file
14383
public/css/app.css
vendored
Normal file → Executable file
14383
public/css/app.css
vendored
Normal file → Executable file
File diff suppressed because one or more lines are too long
0
public/favicon.ico
Normal file → Executable file
0
public/favicon.ico
Normal file → Executable file
0
public/index.php
Normal file → Executable file
0
public/index.php
Normal file → Executable file
81728
public/js/app.js
vendored
Normal file → Executable file
81728
public/js/app.js
vendored
Normal file → Executable file
File diff suppressed because one or more lines are too long
0
public/robots.txt
Normal file → Executable file
0
public/robots.txt
Normal file → Executable file
@@ -1,23 +0,0 @@
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<rewrite>
|
||||
<rules>
|
||||
<rule name="Imported Rule 1" stopProcessing="true">
|
||||
<match url="^(.*)/$" ignoreCase="false" />
|
||||
<conditions>
|
||||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
|
||||
</conditions>
|
||||
<action type="Redirect" redirectType="Permanent" url="/{R:1}" />
|
||||
</rule>
|
||||
<rule name="Imported Rule 2" stopProcessing="true">
|
||||
<match url="^" ignoreCase="false" />
|
||||
<conditions>
|
||||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
|
||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
|
||||
</conditions>
|
||||
<action type="Rewrite" url="index.php" />
|
||||
</rule>
|
||||
</rules>
|
||||
</rewrite>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user