在php osclass cms中,File.htaccess不起作用

在php osclass cms中,File.htaccess不起作用,php,.htaccess,content-management-system,osclass,Php,.htaccess,Content Management System,Osclass,osclass cms中的错误 无法使用正确的内容填写文件.htaccess。以下是您必须添加到.htaccess文件的内容。如果无法创建文件,请停用友好URL选项 <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /clickgetview/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f Rewri

osclass cms中的错误


无法使用正确的内容填写文件.htaccess。以下是您必须添加到.htaccess文件的内容。如果无法创建文件,请停用友好URL选项

<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
<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

重新启动发动机
重写基础/单击获取视图/
重写规则^index\.php$-[L]
重写cond%{REQUEST_FILENAME}-F
重写cond%{REQUEST_FILENAME}-D
重写规则/单击GetView/index.php[L]

无法使用正确的内容填写文件.htaccess。以下是您必须添加到.htaccess文件的内容。如果无法创建文件,请停用友好URL选项

<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
<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

重新启动发动机
重写基础/单击获取视图/
重写规则^index\.php$-[L]
重写cond%{REQUEST_FILENAME}-F
重写cond%{REQUEST_FILENAME}-D
重写规则/单击GetView/index.php[L]

这也是我的问题…Plz回答朋友们!您需要在您的Osclass安装的根文件夹中创建一个名为.htacces的文件(如果它还不存在),其中包含该内容