RewriteRule ^admin user$ admin user.php the only thing I can write now is this hidden method to create one file at a time and then put it in .htaccess in the root directory of the website , but what I want to implement now is that all the php fil...
current situation: set up a website with three domain names, namely a.com, b.com and www.b.com . and create a directory called bbs under the root of the website, which is used to install the Discuz system the structure of the website is as follow...
RewriteRule ^products ([^ ]+) ([^ ]+)$ review product.php?prod_id=$1&red_id=$2 I set this rewrite but I just found a problem: there must be prod_id and red_id to I red_id is selective, prod_id is necessary so what I want to do is: when I ...
my current website environment is ubuntu 16.04 Apache Mariadb Php Jquery I m going to divide the website into languages at present, but I don t know how to cut it correctly. the same site content, but in different languages? websites have ba...
suddenly encountered a thorny problem. . . suppose there is a xxx.com blog I am using htaccess to rewrite RewriteRule ^ blog$ src blog.php and then I think of a question: suppose I want to set a subdomain name? I want him to read the php file in ...
Update suppose there is a domain named abc.com I rewrite the domain using htaccess DocumentRoot Web root is I rewrote the src blog.php file to abc.com blog , so I hid the filename . RewriteRule ^blog$ src blog.php I went to the linod...
reason because someone else s domain name needs to be attached to their own server, but the original path of textual connection is different, it may fail for example, it is originally http: love.me 12939. The number of articles will be added to m...
I used htaccess to obscure all my web site profile names RewriteRule ^xxx$ xxx.php it s just hypothetical that someone doesn t have a chat to call. Can php make it unable to find the web? ...
RewriteRule ^user order$ user order.php because I don t know how to turn on the words, I can t find , so I come to see if anyone knows . the one above can rewrite a single php want to see if you can specify a folder for example RewriteRule ^user ...
two redirecting problems have been solved but there are still two unsolved problems first question suppose a domain name is http: xxx.ooo.com , but I have a https, but he will not add the hypothesis himself when someone enters the http: xxx.oo...
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...
because it is from typecho, some url may be a little different, so use .htaccess for redirection, but the .htaccess placed in source cannot be generated to the public directory. May I ask how to solve the problem? ...
I now have three such links: goods.html goods.html?id=123 goods.html?id=123&cat=123 the existing pseudo-static rules: RewriteRule ^ (). Html (. ) $index .php ? mod=$1 that is, goods.html = index.php?mod=goods how do I write rules so that g...
The interface is not owned by your own website, so it is basically impossible for the background to make any changes, so I would like to consult God about how to solve this situation. The code is as follows: ...
using vue with webpack components to develop a single-page application, now encountered the following problems: uses a third-party js library bootstrap-editable to achieve inline editing, in which for date, this library uses moment.js I have installed...
1. Method createAnimation calls method getToken,getToken sends a post request and assigns the returned parameter to the variable token, in data (), but the value of token cannot be obtained with this.token in createAnimation 2, createAnimation() { ...
do not need to click to allow, automatically run ...
MyIsam only supports table locks. Many places say that deadlocks will not occur in MyIsam. Is that so? If my two transactions query two tables and add write locks at the same time, but the locking order is not the same, will it deadlock? ...