2ResolveAproblem
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal Server ErrorThat did the trik – now in .htaaccess there were automatically generated the right settings.
Thanks a lot!
Forum: Fixing WordPress
In reply to: Internal Server ErrorWell, any news?
Forum: Fixing WordPress
In reply to: Internal Server ErrorSo I managed to eliminate the double slash problem by deleting the last slash from “define(‘WP_HOME’, ‘https://trading-forex.ro/’);” in wp-config but the behavior remains the same.
Forum: Fixing WordPress
In reply to: Internal Server ErrorI observed that, for example, If I click on about (from the blog page) it fetches the address “https://trading-forex.ro//about/” – note the double slash.
However, if I delete one slash and make it “https://trading-forex.ro/about/” it still would not work.
Hope that this info and the one from the perevious post will give you some clues.
Forum: Fixing WordPress
In reply to: Internal Server ErrorThank you but the problem is only partially resolved, meaning I cand now access my admin page (the “Site address (URL)” and “WordPress address (URL)” are stoned) and, no matter what I click in the blog’s page, I still receive that error.
I look at the .hraaccess file and it looks like this, if you are king enough to look
“
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /about/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /about/index.php [L]
</IfModule># END WordPress
RewriteCond %{HTTP_HOST} ^trading\-forex\.ro$ [OR]
RewriteCond %{HTTP_HOST} ^www\.trading\-forex\.ro$
RewriteRule ^about\/$ “http\:\/\/trading\-forex\.ro\/” [R=301,L]
“I took note of the modification that I should have done in order to change the front-page.