当前位置:网站首页>Setting pseudo static under fastadmin Apache
Setting pseudo static under fastadmin Apache
2022-06-26 05:10:00 【You are sexy!】
FastAdmin God forever , It's really a fast backstage .
1. After the project is installed , open apache Pseudo static of
2. Add rules
3. Code segment
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>
4. If you do not set pseudo static , You need to add... To the route index.php
http://test.fastadmin.com/index.php/index/user/login.html
After adding pseudo static , Route rewrite , Will hide index.php
http://test.fastadmin.com/index/user/login.html
边栏推荐
- CMakeLists.txt Template
- GD32F3x0 官方PWM驱动正频宽偏小(定时不准)的问题
- Datetime data type - min() get the earliest date and date_ Range() creates a date range, timestamp() creates a timestamp, and tz() changes the time zone
- ThreadPoolExecutor实现文件上传批量插入数据
- Sklearn Library -- linear regression model
- Use to_ Numeric to numeric type
- PowerShell runtime system IO exceptions
- Sentimentin tensorflow_ analysis_ cell
- [quartz] read configuration from database to realize dynamic timing task
- Introduction to classification data cotegory and properties and methods of common APIs
猜你喜欢
The best Chinese open source class of vision transformer, ten hours of on-site coding to play with the popular model of Vit!
Create SSH key pair configuration steps
【Latex】错误类型总结(持更)
Second day of deep learning and tensorfow
关于支付接口回调地址参数字段是“notify_url”,签名过后的特殊字符url编码以后再解码后出现错误(¬ , ¢, ¤, £)
天才制造者:独行侠、科技巨头和AI|深度学习崛起十年
Tp5.0框架 PDO连接mysql 报错:Too many connections 解决方法
Happy New Year!
一个从坟墓里爬出的公司
C# 40. byte[]与16进制string互转
随机推荐
How to select the data transmission format of instant messaging application
Practical cases | getting started and mastering tkinter+pyinstaller
[ide (imagebed)]picgo+typora+aliyunoss deployment blog Gallery (2022.6)
Pycharm package import error without warning
Introduction to classification data cotegory and properties and methods of common APIs
Ai+ remote sensing: releasing the value of each pixel
Codeforces Round #802 (Div. 2)(A-D)
Guanghetong and anti international bring 5g R16 powerful performance to the AI edge computing platform based on NVIDIA Jetson Xavier nx
5. <tag-栈和常规问题>补充: lt.946. 验证栈序列(同剑指 Offer 31. 栈的压入、弹出序列)
【quartz】从数据库中读取配置实现动态定时任务
Zhongshanshan: engineers after being blasted will take off | ONEFLOW u
Some parameter settings and feature graph visualization of yolov5-6.0
Douban top250
app 应用安装到手机,不显示图标,引发的思考
Apktool tool usage document
【Unity3D】刚体组件Rigidbody
Sklearn Library -- linear regression model
Pytorch forecast house price
cartographer_pose_graph_2d
Modify the case of the string title(), upper(), lower()