mrgzsolt
Forum Replies Created
-
I can send an invite if you give me your email address. Anyway you can reach me the following email address “mrgzsolt@gmail.com”.
Thank you for your big effort!
Thanks, I supposed your user name is the same as it is there but I haven’t got any answer when I tried to search by “VaLeXaR”.
Hi, I can add my access and this site is absolutely at the beginning phase there is nothing on it. I have registered to Slack but I don’t know how can I reach you in there.
Sorry I don’t understand what you mean. We defined three languages well as I think. The problem if the selected language is exist in the URL we get 404.
The following url’s are unreachable.
http://lillaapartman.com/en/
http://lillaapartman.com/de/The default is OK.
http://lillaapartman.com/Interesting thing if we change the language the menu will be translated well only the page goes 404.
Thank you for the quick answer!
I use this set in permalink setting:
Post name http://lillaapartman.com/sample-post/
The htaccess contans the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Are this settings correct?
Thank you for your help!