Odd. Check Settings > Permalinks in wp-admin.
It was the first thing I did, I did it at least 5 times , but it doesnt work , I have changed permalinks to default, then I have changed them back to day/month/postname , but nothing has changed , when I have changed to default BP menu tabs (all tabs) shows http://www.mysite/.html URL , without specific page name in it , if I change it back to “day/month/postname” structure it shows : http://www.mysite.com/groups.html , http://www.mysite.com/activity.html but to see my activity page I need http://www.mysite.com/activity
Open up your .htaccess file at root of your WP install, it should not have any .html added there.
@mercime this is my .htaccess file:
`# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress`
I dont see any .html here
I thought it was the missing backlash between `^index.` `php$` but it just didn’t show up in this code.
You’re not using .html for pages plugin right? If not, then have you gone through the usual trouble-shooting route of deactivating plugins and changing to bp-default theme?
Another thing, View > Page Source. At the bottom of that source, do you see any strange characters or out-of-place HTML links/code etc?
`Another thing, View > Page Source. At the bottom of that source, do you see any strange characters or out-of-place HTML links/code etc?` Do you mean malicious javascript ? I will take a look now , thank you for noticing it , everything is possible , but this URL change has happened immediately after WP 3.3 upgrade , but as you ve said good idea will try to deactivate and reactivate all plugins
it works now , thanks @mercime , one of the plugins made this problem , tomorrow I will try to activate them back and will report which one creates this issue
You’re welcome @4ella Glad it wasn’t any hack and curious to know which plugin caused the issue.
@mercime , so the name of the plugin which created issue is WP-simplicity , it is wordpress plugin , I was only testing it , and have forgotten that it has been installed , this plugin created those problems .