Hello, I’m finishing upgrading a site to EE 2.1.
I’m using the “exclude list” method of index.php removal.
I’ve purchased the Devdemon Channel Images module and am having trouble getting it to work. Brad says that it may be due to my AJAX ACT url being wrong due to my method of removing index.php.
He says that my link http://domain.com/?ACT=73 should be http://domaint.com/index.php?ACT=73.
My htaccess is:
RewriteEngine on
RewriteCond $1 !^(awsats|bnsys|cgi-bin|cp|css|flash_video|images|mint|modlogan|themes|webalizer|crossdomain\.xml|admin\.php|index\.php|offline\.html|path\.php|robots\.txt|sitemap\.php) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteRule ^/index.php/sitemap.php$ sitemap.php
AddType application/x-httpd-php .html .htm
<IfModule mod_php.c>
php_value auto_prepend_file /hsphere/local/home/couragenet/couragenet.com/mint/config/auto.php
</IfModule>Any ideas on how I can get the index.php? added back to the ACT=73 url?
Bruce