I’ve looked and only found hinting that file and directory method interferes with the pages module?
Here is what I’ve been using:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>
Which still works, but for the life of me, I can’t get the pages module to work. I setup a template named static in my default template group and assigned it to my Pages Module.
I create a new page in the pages module, give it a uri of /test/ and and select the template. His Save then go to view, and my default page comes up instead.
Any ideas?
