Knowles2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 error page not workingThanks John for Confirming my suspicions, will have to wait for the next committee meeting and suggest that I put the website on my own server, that way, may be other things will stop breaking every time I visit the site as well.
Forum: Fixing WordPress
In reply to: 404 error page not workingNo, i wasn’t able to solve it, i almost certain it a server side problem through, the site ran fine on my own server at producing 404 errors, but the server people never got back to me and still haven’t fixed it, sadly I do not have access to the server backend to investigate further. If you got any other ideas on what could be causing this please post.
Forum: Fixing WordPress
In reply to: 404 error page not workingHave anyone got any suggestion on what I can do to solve my problem
Forum: Fixing WordPress
In reply to: 404 error page not working404.php code
Forum: Fixing WordPress
In reply to: 404 error page not workingUnfortunately it did not work, I added the content of the htaccess file below;
ErrorDocument 404 "File not found" # BEGIN s2Member GZIP exclusions <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ RewriteRule .* - [E=no-gzip:1] </IfModule> # END s2Member GZIP exclusions # 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 WordPressThe code I am getting is the same as before.
Forum: Fixing WordPress
In reply to: 404 error page not workingForum: Fixing WordPress
In reply to: 404 error page not workingForum: Fixing WordPress
In reply to: Adding a tab menu on to pagesHi thank.
I sort of figured out how to do it now. I will explain once it will working how I did it, assuming what I am doing will work and it mind tricks from lack of sleep.
Forum: Fixing WordPress
In reply to: Adding a tab menu on to pagesoops Sorry, here the site I was looking at
http://ilivewithadisability.com/
And here a other example of what I want to achieve on wordpress own site, the bit with desciption, screenshots and Faq about the plugin.