Ticket #109 (closed defect: invalid)
Rewrite Urls not working
| Reported by: | edealsbiz | Owned by: | ofer |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.5 - Beta wordpress plugin |
| Component: | WordPress Plugin | Version: | 0.5.7 |
| Keywords: | Cc: |
Description
Hi,
When I enable Write Urls (for SEO purposes), I don't get any translations while surfing my site.
In fact, whatever language I choose by clicking on a flag, I always get my normal url without the language specification in the url.
In short when clicking on german flag I should get:
http://domainname.com/de/postname
and I get:
http://domainname.com/postname and no translation.
When I untick Rewrite Urls, I get all the translations working fine but with unfriendly SEO links.
My server runs Centos+Apache+Cpanel/whm
Change History
Note: See
TracTickets for help on using
tickets.

Hi again,
I've solved my problem, I'm runing WordPress? 3.0 in Multisite mode and I've forgot to include the new rewrite rules into the .htaccess file...
Done the changes and tested again, the plugin works fine!
Sorry about this.
Eric