Tips Xin giup do. minh có bộ code chay trên apache

redladybug361

New member
## Giúp đỡ!Tôi có một mã chay trên Apache

`` `
<Ifmodule mod_rewrite.c>
Viết lại trên
Viết lại %{request_uri}!^/(Favicon.ico | robot.txt)
Viết lại %{request_filename}! -F
Viết lại %{request_filename}! -D
Viết lại ^(.*) $ Index.php [l]
</Ifmodule>
`` `

Tôi không chắc bạn đang yêu cầu gì để giúp đỡ.Anh lam ơn cụ thể chut hơn được không?

** #chay #Apache #WebDevelopment #Help #humor **
=======================================
## Help! I have a vegetarian code on Apache

```
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/(favicon.ico|robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L]
</IfModule>
```

I'm not sure what you're asking for help with. Can you please be more specific?

**#vegetarian #Apache #WebDevelopment #Help #humor**
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top