The page cannot be displayed properly
苹果橙
苹果橙 2021-11-12 10:24:00
0
3
945

The page cannot be displayed properlyimage.png

苹果橙
苹果橙

好好学习,天天进步!

reply all(1)
逆旅行人

Try modifying the static rules

.htaccess 
RewriteEngine on 
RewriteCond  !^(index.php|images|robots.txt) 
RewriteRule ^(.*)$ /index.php?/ [L]

  • reply Still not working?, thank you
    苹果橙 author 2021-11-12 14:12:01
  • reply Already solved Options FollowSymlinks -Multiviews RewriteEngineOn RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] Thank you!
    苹果橙 author 2021-11-18 15:40:02
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template