当前位置:网站首页>The problem that only the home page can be accessed under openSUSE Apache laravel
The problem that only the home page can be accessed under openSUSE Apache laravel
2022-06-25 03:47:00 【Diving rice awn】
First make sure you have your own configuration file :
AllowOverride All ( instead of None)
And then because of opensuse The built-in apache2 It's optimized , It is different from the official website , We cannot modify httpd.confg, And the document also indicates that this document should not be modified .
During a visit to opensuse It was found that 2 Bar command :a2enmod a2enflag, For the time being a2enflag,a2enmod It means adding modules .
then a2enmod The modules that can be added are /usr/lib64/ Under the path
ls apache*
All displayed mod* Are all addable modules .
a2enmod -l
To show what we have in effect mod, And then if not rewrite Add if necessary rewrite modular :
a2enmod rewrite
restart apache2 service :
systemctl restart apache2
Then check the... Under the project directory public/.htaccess Is it empty , If it is empty, add :
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
# Options +FollowSymLinks -Indexes
</IfModule>
RewriteEngine On
# Handle Authorization Header
RewriteCond %{
HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{
HTTP:Authorization}]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{
REQUEST_FILENAME} !-d
RewriteCond %{
REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Send Requests To Front Controller...
RewriteCond %{
REQUEST_FILENAME} !-d
RewriteCond %{
REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
The above can be accessed .
a2enmod -q
Prompt that the module can be queried , But the author tried it and it seems that he can't , So I went to the corresponding directory to find the module .
边栏推荐
- DateTimeFormat放到@RequestBody下是无效的
- Is it safe to open an account on the compass? Is it reliable?
- 什么是SSL证书,拥有一个SSL证书有什么好处?
- 在华泰证券上面开股票账户好不好,安不安全?
- Break the memory wall with CPU scheme? Learn from PayPal stack to expand capacity, and the volume of missed fraud transactions can be reduced to 1/30
- Program. Launch (xxx) open file
- How to raise key issues in the big talk club?
- Now, the ear is going into the metauniverse
- Copilot免费时代结束!正式版67元/月,学生党和热门开源项目维护者可白嫖
- How does the administrator prohibit another person from kicking himself?
猜你喜欢
Rebeco:使用机器学习预测股票崩盘风险
[proteus simulation] Arduino uno+ nixie tube display 4X4 keyboard matrix keys
Single case of hungry and lazy mode
Sleep more, you can lose weight. According to the latest research from the University of Chicago, sleeping more than 1 hour a day is equivalent to eating less than one fried chicken leg
Seata四大模式之TCC模式详解及代码实现
Tutoriel d'installation MySQL
The era of copilot free is over! The official version is 67 yuan / month, and the student party and the defenders of popular open source projects can prostitute for nothing
Self cultivation and learning encouragement
China's SkyEye found suspicious signals of extraterrestrial civilization. Musk said that the Starship began its orbital test flight in July. Netinfo office: app should not force users to agree to proc
Collaboration + Security + storage, cloud box helps Shenzhen edetai restructure its data center
随机推荐
MySql安裝教程
PHP uses getid3 to obtain the duration of MP3, MP4, WAV and other media files
2点睡10点起不算熬夜?除非你每天都能执行
AI自己写代码让智能体进化!OpenAI的大模型有“人类思想”那味了
Single case of hungry and lazy mode
zabbix的安装避坑指南
发布功能完成02《ivx低代码签到系统制作》
【Rust投稿】从零实现消息中间件(6)-CLIENT
Internet Explorer died, and netizens started to build a true tombstone
Apple's legendary design team disbanded after jobs refused to obey cook
Is it safe to open a stock account with the customer's haircut account link? Tell me what you know
同花顺证券开户安全吗
Perfect shuffle problem
程序猿职业发展9项必备软技能
Is it safe to open an account with flush securities?
Standing at the center of the storm: how to change the engine of Tencent
Rebeco:使用机器学习预测股票崩盘风险
Demonstration of combination of dream CAD cloud map and GIS
現在,耳朵也要進入元宇宙了
中国天眼发现地外文明可疑信号,马斯克称星舰7月开始轨道试飞,网信办:APP不得强制要求用户同意处理个人信息,今日更多大新闻在此...