i 在洞里找我的问题,没有发现任何有用的信息。
因此,在把该场址移至其他东道方之前,所有东西都是ok的。 工作进展良好
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
Order Deny,Allow
Deny From All
</Files>
# Protect application and system files from being viewed
RewriteRule ^(?:application|modules|system).* index.php/$0 [L]
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT]
但是,如果将该网址移至其他东道方,则该索引将被拆除。 php更不用改写。
东道国的阿帕切版本为2.2.22。
用于偷窃的标识为/htdocs/andsite文档。
i 在浏览器上写
http://verana.ge/index/page
它给我带来了404个错误。
但是
http://verana.ge/index.php/index/page/
工作
boot的配置是:
base_url => / , index_file => FALSE,
因此,请帮助我,告诉我,如果我做错事,或者说是百孔布问题,或者说是霍加纳问题。
事先感谢你
ADDED
更多细节
i 联系到我的东道方的卫生,他向我提供了我的记录。
/var/www/virtual/verana.ge/htdocs/.htaccess: RewriteLog not allowed here
同一接待处有一间电压场,有一间电离站,如此,并运行。
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /college/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /college/index.php [L]
</IfModule>
# END WordPress
请告诉我,问题是什么?
ADDED
沉积记录说
[verana.ge/sid#21cbdd98][rid#21e0ad78/initial] (3) [perdir /var/www/virtual/verana.ge/htdocs/] strip per-dir prefix: /var/www/virtual/verana.ge/htdocs/ ->
任何想法?