文件.htaccess在php osclass cms中不起作用

error in osclass cms

File .htaccess couldn't be filled out with the right content. Here's the content you have to add to the .htaccess file. If you can't create the file, please deactivate the Friendly URLs option.

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

File .htaccess couldn't be filled out with the right content. Here's the content you have to add to the .htaccess file. If you can't create the file, please deactivate the Friendly URLs option.

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