File .htaccess is not working in php osclass cms

1.6k views Asked by At

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
1

There are 1 answers

2
MgWebs On

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