localhost /../ public / _wdt / c402cd 404 (Not Found)

Svelte framework. Bug fix in console.log.

Errors of the form:

request @ (index): 11
(anonymous) @ (index): 11
setTimeout (async)
xhr.onreadystatechange @ (index): 11
XMLHttpRequest.send (async)
request @ (index): 11
(anonymous) @ (index): 11
setTimeout (async)
xhr.onreadystatechange @ (index): 11
XMLHttpRequest.send (async)
request @ (index): 11
(anonymous) @ (index): 11
setTimeout (async)
xhr.onreadystatechange @ (index): 11
XMLHttpRequest.send (async)
request @ (index): 11
load @ (index): 11
loadToolbar @ (index): 11
(anonymous) @ (index): 11
(anonymous) @ (index): 11
(index): 11 GET http: // localhost / symfony-svelte / public / _wdt / c402cd 404 (Not Found)

To fix create a file .htaccess in the root of the site and write down the path to the working directory:

create a file and add there
.htaccess

<IfModule mod_rewrite.c>

Rewriteengine on
Rewritebase /svelte/public/

RewriteRule ^ index .php $ – [[L]

Rewritecond %{REQUEST_FILENAME} !-f
Rewritecond %{REQUEST_FILENAME} !-d
RewriteRule /svelte/public/index.php [[L]
Ifmodule>

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *