apache tag

113 questions


1 answers
416 views
0
I want to check the Apache AllowEncodedSlashes configuration.

I'd like to check the contents of Apache settings. What are the methods?What I would like to know now is what happens to AllowEncoded Slashes.(On or off) As for the shared rental server, I could not c...

1 years ago

1 answers
358 views
0
403 Forbidden when deployed to Heroku

environmentdocker-compose.yml app containerphp —7.4-apache db containermysql: 5.5 (MySQL version matches the ClearDB of the Heroku add-on) The error screen looks like this↓ForbiddenYou don't have perm...

1 years ago

1 answers
377 views
0
I would like to use xdebug in PHP to perform steps at breakpoint.

I installed php xdebug on VSCode.I'd like to take steps.Running > Start Debugging from the menu with a breakpoint will not stop you.The current situation is as follows:in the 1.xdebug configuration...

1 years ago

3 answers
90 views
0
What do the two asterisks used to specify directories represent?

** is used as a matter of course without any explanation when you want to express a directory recursively. What is this notation? It doesn't seem to be a regular expression.Example: Try implementing u...


1 answers
91 views
0
404 Without Trailing Slash (URL End /)

The situation is as follows, and I think it's due to the server's configuration.The cause cannot be determined.I would appreciate it if you could give me some advice.production environmenthttps://exam...

1 years ago

1 answers
98 views
0
Understanding How to View PHP Request URL Files

I would like to know exactly how to display the PHP request URL file.(I looked it up on the internet, but it didn't come out at all (although it may be just a bad way to look it up)For example, if you...

1 years ago

1 answers
73 views
0
OpenAM AD collaboration

OpenAM has brought in users through AD collaborationLog in to OpenAM with AD-linked usersWhat items should I set to grant permission to each user?Problems/Error Messages you are experiencingWhen I log...


2 answers
105 views
0
PHP Cannot Specify Link Destination by Absolute Path

I am using XAMPP in Windows 10 to create a PHP site.I created a test folder directly under the htdocs folder, and I created firstPage.php and secondPage.php in it.I am currently running it with XAMPP ...

1 years ago

1 answers
107 views
0
Fuel\Core\FuelException [Error]:understanding

Now configure httpd.conf and httpd-vhosts.conf and When you restart Apache Web Server and try to access a page, The following error occurred.Fuel\Core\FuelException [Error]: Unable to create or write ...

1 years ago

1 answers
96 views
0
I want to know why it takes 8 to 40 seconds to load a CSS of several tens of KB on the wordpress site.

The wordpress site is heavy, so I'm in trouble.According to Chrome's developer tool, it seems that the TTFB of a CSS with a file size of only a few tens of KB takes 8 to 40 seconds.(See the results of...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.