Forum Moderators: phranque
here is what i have now
RewriteRule ^(.*)/$ [mydomain.com...] [L]
i have links that are written as:
[mydomain.com...]
but when i click it, it goes to that page but the url switches back to:
[mydomain.com...]
everything seems to be working fine, just the URL changes back to its old form
any idea what the problem is?
So I'd suggest:
RewriteRule ^(.*)/$ /index.php?post=$1 [L]