我用joomla创建了多语言网站。我为openh写了htaccess重写代码,没有index.php。问题是我的网站没有在根文件夹htdocs上打开。
当我打开网站writin localhost
它重写了这个地址
本地主机/ TM /
网站为空,ony有符号'>'
但是当我将网站移动到子文件夹时,它会打开
本地主机/ A / TM /
它开了, 当更改语言也打开时。如何编辑.htaccess文件以在根文件夹中打开网站,帮助我...我的代码在这里.htaccess - >
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
答案 0 :(得分:0)
更改Config.php 输入带有连接名称的数据库名称 编辑服务器名称,数据库名称,ID,密码(如果有)
否则,将港口改为80/443