I used SEF AND Use Apache mod_rewrite to YES
I changed htacces to .htacess
But still i dont know from where my logo is taking the url mywebsite/index.php ?
The index.php is cousing me problem with a chat
Plz help
thanx
Fresh Boarder
GK User
Sun Oct 09, 2011 10:34 pm
only the logo has this problem.. all the others links are ok
Fresh Boarder
GK User
Sun Oct 09, 2011 11:19 pm
found the solution
add this
# Redirect /index.php to / - will also clear /index.php/something to /something
RewriteCond %{THE_REQUEST} ^[A-Z]+ /index.php(/[^ ]*)? HTTP/
RewriteRule ^index.php(/(.*))?$ /$2 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]+ /index.php(/[^ ]*)? HTTP/
RewriteRule ^index.php(/(.*))?$ /$2 [R=301,L]
in the htacces file