I am also receiving this error.
vBulletin Version: 3.6.4
ZointsSEO Version: 2.2.2
PHP as CGI. PHP 4.4.4
Rewrite URLs and insert keywords, using mod_rewriteThis requires mod_rewrite support on the web server enabled.
.htaccess placed in forum directory.
Contents:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
Both Pagination methods result in the same error.
"No input file specified."
I am guessing it is an .htaccess rewrite rule which is not friendly with PHP over CGI.
Quote:
Originally Posted by unitedpunjab
i get this error "No input file specified."
|