nurval
Forum Replies Created
-
Found the options in the horizontal tabs. Thanks.
Forum: Fixing WordPress
In reply to: WordPress return Error occurred: 404 – not foundOK, problem solved.
Now I added the two lines to the end of the htaccess and I also have my play buttons.Thanks for the great support.
Forum: Fixing WordPress
In reply to: WordPress return Error occurred: 404 – not foundOK, I think you have a point. I assume I corrupted an old htaccess
So, now I will try to restore a default one.
# 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 WordPressSeems to solve the problem – thanks. I will keep on testing. Thanks again.
Forum: Fixing WordPress
In reply to: WordPress return Error occurred: 404 – not foundI am hosting on myhosting.com
I am not sure about WAMP/MAMP/XAMP
I do not think there was an .htaccess file in the home directory.
I tried it from few browsers and the problem is the same in all of them.- This reply was modified 8 years, 8 months ago by nurval.