search

Home  >  Q&A  >  body text

The page cannot be displayed properly

The page cannot be displayed properlyimage.png

苹果橙苹果橙1142 days ago966

reply all(3)I'll reply

  • autoload

    autoload2021-11-12 11:38:54

    Try modifying the static rules

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

    reply
    0
  • 苹果橙

    Still not working?, thank you

    苹果橙 · 2021-11-12 14:12:01
    苹果橙

    Already solved Options FollowSymlinks -Multiviews RewriteEngineOn RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] Thank you!

    苹果橙 · 2021-11-18 15:40:02
  • Cancelreply