【发布时间】:2012-11-03 00:38:42
【问题描述】:
我对 codeigniter 中的 TCPDF 库有疑问。我收到一个错误:
TCPDF ERROR: [Image] Unable to get image: /home/mrakodol/public_html/ecarrent/ecarrent/tcpdf/cache/img_QwbOB4
我对该文件夹有 777 权限,并且有一个这样的 .htaccess 文件:
RewriteEngine On
RewriteBase /
# Hide the application and system directories by redirecting the request to index.php
RewriteRule ^(application|system|\.svn) index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
你能帮帮我吗?
【问题讨论】:
标签: php .htaccess codeigniter tcpdf