whipworks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links go back to home pageAny help left out there??? ??
Forum: Fixing WordPress
In reply to: Links go back to home pageSo doing some poking around.
index.html seem to have the codes for the home page, but doesn’t go to the links. So I’m thinking those pages is missing for some reason.
index.php doesn’t go anywhere but the WP account. So I tried changing the index.hmtl to index.php, and it goes back to the same problem. Home page is up, but all the links goes back to the home page even if the link says that that’s the page.
Forum: Fixing WordPress
In reply to: Links go back to home pageWell that broke the site. I’m currently using index.html for now, just to make the site appear. But index.php doesn’t seem to be resolving.
Forum: Fixing WordPress
In reply to: Links go back to home page# 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
Forum: Fixing WordPress
In reply to: Links go back to home pageI don’t think so. Website’s charlinda.com.
Forum: Fixing WordPress
In reply to: Links go back to home pageNo it did not. That’s what I did when I meant deleting the .htaccess and recreating it. At first I tried choosing a different setting on Permalinks, and that didn’t work. Set it back to the original setting because some said that would recreate the .htaccess, but still didn’t work. So I’m out of options.
Forum: Fixing WordPress
In reply to: Moving website to another server.Hi. After extensive searches on the backup files, I found the original index file that has the whole script of the site. I then copied said script just to be sure that I’m not messing up anything, and moved those script to the index file on the main root directory that has the “silence is golden” script. That seemed to have worked.
Now the problem I’m going to be faced with is that, since I did that, I won’t be able to the pages using WP. Because I just checked the WP account and the site pages are not there. So I guess I still need to upload those contents properly?
Forum: Fixing WordPress
In reply to: WordPress errorThanks. Guess I’m going to my server admins ??