Advertisement:

Author Topic: error: friendly url osclass 3.7  (Read 986 times)

sinhle

  • Newbie
  • *
  • Posts: 4
error: friendly url osclass 3.7
« on: February 24, 2017, 06:51:28 am »
Hello,
My website url friendly encounter problems, language Vietnamese
I've done all the instructions, but still can not fix it.

demo :http://khuchotot.com

We hope to help.
Thank you.

Shafi

  • Newbie
  • *
  • Posts: 38
  • shoot only if you can kill.
Re: error: friendly url osclass 3.7
« Reply #1 on: March 09, 2017, 12:05:11 pm »
did you modify .htaccess to

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

sinhle

  • Newbie
  • *
  • Posts: 4