Hello,
Everything was working fine until just recently and now all the pages go to the homepage
IE, mydomain.com/About-Us,mydomain.com/Contact-Us goes to mydomain.com now
I can view my pages if I manually plug in the url string..
mydomain.com/index.php/About-Us
Ive tried a method from a previous thread but this didnt work .. It was working before with this method :
RewriteEngine On
RewriteCond $1 ^({exp:query sql="SELECT group_name FROM exp_template_groups"}{group_name}|{/exp:query}P[0-9]{2,8}) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]i would run the above in the template section and it would generate the code to insert into the .htacces file
help?
thanks!!
-Joseph