In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article is to share with you about how to hide index.php in apache, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.
Apache hide index.php method: first check whether Apache supports "mod_rewrite"; then turn on "mod_rewrite"; then find "AllowOverride None" and change None to All; and finally modify the htaccess file.
Apache Hidden index.php entry File in linux Server
1. Check whether Apache supports mod_rewrite
Check the environment configuration through the phpinfo () function provided by php, and find "Loaded Modules" through Ctrl+F, which lists all the modules that have been enabled by apache2handler. If "mod_rewrite" is included, it is already supported and no longer needs to be set.
If "mod_rewrite" is not opened, open the httpd.conf file under your apache installation directory "/ apache/conf/", find "LoadModule rewrite_module" through Ctrl+F, and delete the previous "#" sign.
If it is not found, go to the "LoadModule" area and add "LoadModule rewrite_module, modules/mod_rewrite.so" on the last line (exclusive line is required)
two。 Find AllowOverride None in httpd.conf and change None to All (PS: all None corresponding to AllowOverride are changed to ALL)
3. Save the following as an .htaccess file and put it in the same directory of the application portal file
Options + FollowSymlinks-MultiviewsRewriteEngine onRewriteCond% {REQUEST_FILENAME}!-dRewriteCond% {REQUEST_FILENAME}!-fRewriteRule ^ (. *) $index.php?/$1 [QSA,PT,L]
All the above operations are completed. Restart apache.
The above is how to hide index.php in apache. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.