我遇到让mod_rewrite工作的问题。我有一个图像共享网站,但目前给出的图像URL会导致404页面。这是因为htaccess没有正确地重写url(或者代码没有与htaccess文件配对。
网址:http://danielardley.com/imgupl/img-579bad054a164.html
htaccess文件:
wx.Bitmap
网站托管在域的子目录上,会导致问题吗?
答案 0 :(得分:0)
Bro You Neeb在hataccess中添加此代码# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
删除您的网站索引Look