rsanchez / dynamo

Makes Dynamic Parameters behave more like the Search module.
http://devot-ee.com/add-ons/dynamo/
10 stars 2 forks source link

index.php redirects with dynamo #21

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi, I'm having a problem but im not sure if its dynamo or EE or even my htaccess if i put index.php in the config file everything from the filter works perfect filter redirect to www.site.com/filter/dynamo_segment if i remove index.php everything breaks so when i filter i get redirected to www.site.com/index.php

this is the htacess which comes straight from EE :

RewriteEngine On ``` # Removes index.php from ExpressionEngine URLs RewriteCond $1 !\.(gif|jpe?g|png)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L]


I'm also using transcribe not sure if that matters?