Thread Starter
bojjo
(@bojjo)
What do you mean? If http://www.mysite.com is my real website? or what?
Thread Starter
bojjo
(@bojjo)
How can I do that? I’m sorry but I have little experience with wp.
Thread Starter
bojjo
(@bojjo)
I’ve done that but nothing has changed 😐 I’ve pasted this code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress