-
Why can't php apache rewriterule rewrite url fetch & the following parameters?
rewrite rules:
RewriteRule (.*) (.*) (.*) index .html index.php?p=$1&c=$2&a=$3 [QSA]
access Home Blog blog index.html?page=2 can access index.php?p=Home&c=Blog&c=blog&page=2 normally
but when the original link is index.php?p=Home&c=Blog&a...
-
Why did thinkphp (3.2.3) URL jump with more index.php??
< H2 > Apache server < H2 >
config file configuration is like this
URL_HTML_SUFFIX => html ,
URL_CASE_INSENSITIVE => true,
URL_MODEL => 2,
URL_ROUTER_ON =>true,
.htaccess file configuration is like this
<IfModule mo...
-
How does ubuntu cut the php version?
I found it like this
update-alternatives --set php usr bin php7.2
the original version is 7. 0 installed. I want to cut the past , but I found that etc php 7.2 is also available here. which is the right way? what else should we pay attention to?! ...
-
Domain name resolution problem, there is no local DNS service, why can I configure the domain name to access the local website?
want to understand a problem, that is, the principle of domain name resolution, is there any easy-to-understand explanation?
for example, when I use PHPstudy to develop a website, I don t have a DNS service locally, but after configuring a virtual ho...
-
Use the browser to automatically refresh the plug-in livereload on visual studio code
there is no problem with using this livereload on sublime, and it is also available in the plug-in library of visual studio code. It cannot be used after installation. It is mainly realized that the livereload, that clicks on the browser cannot listen in...
-
How to deploy front-end and back-end separate projects to the server.
how the front-end and front-end separate projects are deployed to the server. The front end uses the vue, back-end to use the thinkphp, server. The LAMP. is built in the virtual machine
give me some advice.
...
-
Apache500, log: End of script output before headers: xxx.php
the php7.2.10+apache2.4, used by the newly installed phpstudy2018, in the home computer will report 500 when executing all php files
error log:
[Thu May 05 17:15:20.696222 2016] [core:error] [pid 21132:tid 1724] [client 127.0.0.1:60080] End of scr...
-
Use thinkphp to write the api interface, how to deploy to the server in the lamp environment, and where to deploy the front-end code.
use thinkphp to develop interfaces, how to deploy to servers in lamp environment, and where should the front-end code be deployed? I just got in touch with you. I hope God will give me some advice. ...
-
Win7 install memcache
when installing memcache, on 64-bit window7 several times, this is the case where memcache_dll, does not appear at all in the php extension, which is why. Ask the gods for help. ...
-
Apche how to turn on error log?
after win10, installs xampp, the error log in httpd.conf is configured by default, but there is no error.log file generated in the error folder, even when the port of Apache is occupied and cannot be started, there is no log generation in Apache.
:
...
-
After memcache is installed, the server is attacked by ddos
after downloading memcache from the Internet, installing it to the server, it was later attacked by ddos. I don t know if the two are related. If so, what are the measures? Using a win server ...
-
The problem that mac builds apache+php+mysql to modify apache root directory is invalid
build php tutorials separately according to online tutorials. At present, php7, has been installed to launch apache access http: localhost:8080 display it works , but etc apache2 httpd.conf has been modified and etc apache2 users myusername.co...
-
Suddenly, the linux apache website can't be opened.
[Tue Apr 24 09 Vol 41 Vol 25.145446 2018] [ssl:warn] [pid 3385] AH01873: Init: SessionCache is not configured [hint: SSLSessionCache] [Tue Apr 24 09 Vol 41 Vol 25.170925 2018] [mpm_prefork:notice] [pid 3385] AH00163: Apache 2.4.28 (Unix) OpenSSL 1.0.2k...
-
Frequent reminders that Apache HTTP Server has stopped working
the server uses Aliyun, and PhpStudy, is installed. Every few hours, the website cannot be accessed, and this error occurs on the server. but PhpStudy did not report an error to exit, as long as you click "close Program " to end this window, the si...
-
Urgent request: the Apache server starts successfully and the website cannot be accessed properly
error log:
[Sat May 05 20:24:44.208053 2018] [mpm_winnt:crit] [pid 15392:tid 312] AH02538: Child: Parent process exited abruptly. Child process is ending
Starting the Apache2a service
The Apache2a service is running.
[core:warn] [pid 15004:tid 420] AH...
-
The problem of Building php+mysql+apache Environment in ubuntu
novice, 1. My question after ubuntu installs apache2,php7.0,mysql and phpmyadmin and then accesses from the outside, the static part of the page can be displayed, but the dynamic part cannot be displayed (using phpstudy to display the dynamic part wh...
-
Apache static file proxy path configuration problem
want to configure the agent for the front-end static file. Redirect the static files of the node server to Apache. The configuration is as follows:
RewriteCond %{REQUEST_URI} ^.*( .css| .js| .gif| .png| .jpg| .jpeg)$
RewriteCond home work plat p...
-
Centos apache
I bought an ECS, in Aliyun but did not apply for a domain name. Can apache be directly set to ip access instead of domain name access? if so, how to set it? ...
-
How to force the addition of https?
want to check I have a domain name https: www.a.com when a user only enters https: a.com, Google will say: Your connection is not private but how can I force him to add "www " instead of stopping at this warning? Where should I set it up? and my...
-
How do you turn off phpmyadmin? In a certain domain name
I have two domain names
https: xxx.ooo.com phpmyadmin and https: www.ooo.com phpmyadmin
what I want to implement is that when I href= https: xxx.ooo.com phpmyadmin , phpmyadmin takes effect , but when I https: www.ooo.com phpmyadmin , I ca...