I
I
Ibishka2020-01-12 12:48:19
PowerShell
Ibishka, 2020-01-12 12:48:19

.htaccess ErrorDocument 404 with js?

How to make .htaccess ErrorDocument with js without .htaccess.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Konstantin Tsvetkov, 2019-03-25
@tsklab

Get-NetAdapter

S
sergey, 2019-03-26
kuzmin @sergueik

hmm you can find it, but when you try to use it further, it swears a lot

pushd HKLM:
cd System\Classes
[Microsoft.Win32.RegistryKey]$x = get-childitem | where-object { $_.name -match '\*' }

you should probably call directly
https://docs.microsoft.com/en-us/dotnet/api/micros...

A
Artyom Brykin, 2019-04-02
@MindPhaser34

Have you tried using 'single' quotes?
'*'

S
shurshur, 2020-01-12
@Ibishka

No way. 404 is issued by the server, and js is executed on the client.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question