brettwasbtd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Static Home page issueOk, so it has to be the WAMP I am running on my local machine, I just tried this on my legitimate server and it works fine… Weird!
Forum: Fixing WordPress
In reply to: Is it possible to download an entire WordPress site to use offline?I am no expert, but I beleive you would need the MySQL database, and entire wordpress folder contents. You would then have to be running some sort of web server environment locally on the salepersons computers. Not sure you can do all this on the usb stick itself. You have to have a webserver/program running to handle the php.
Forum: Fixing WordPress
In reply to: Static Home page issueStill not working. I am doing this on my peronal computer using WAMP. Would that cause a problem? I literally load wordpress, make a static page title Home and a static page title Blog. Go to Settings > reading and set static page, home page for front page and blog for posts page. I then view my site and the home page appears. Then when I press blog or the about page I get a message saying “oops it appears this link is broken.” I have permalinks set to %postname%
Is there something I am missing? What should the .htaccess redirect be?
Mine is as follows (blog1 is the wordpress folder name in my WAMP environment)
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog1/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog1/index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Permalink breaks my RSS feedI got it! Thanks for all your help. I was looking at the htaccess file under my main domain rather than in the wordpress folder itself. The wordpress folder was telling pages to rewrite to /blog/ which would make it blog.technicallycoordinated.com/blog/ being /blog/blog which doesn’t exist. It’s working now, Thanks
Forum: Fixing WordPress
In reply to: Permalink breaks my RSS feedOk so if I want it to be at blog.technicallycoordinated.com should I add something like this to my htaccess file?
rewritecond %{http_host} ^technicallycoordinated.com/blog/
rewriteRule ^(.*) https://blog.technicallycoordinated.com/$1 [R=301,L]Cause I do know that I can view all my pages at blog.technicallycoordinated.com but for me to get into my WordPress backend I have to go to technicallycoordinated.com/blog/wp-admin
Forum: Fixing WordPress
In reply to: Permalink breaks my RSS feedOk, I fixed one of the validation errors, the rest are occuring after the footer where the php calls wp-footer. I can’t seem to find the wp-footer file to edit these errors.
I haven’t tried turning off plugins, but I will give it a try.
Do you think its cause the php version on my server is 4, not 5?
Thanks for all your help so far!
Forum: Fixing WordPress
In reply to: Permalink breaks my RSS feedhttps://blog.technicallycoordinated.com/?feed=rss2
I have a subdomain, but even https://www.technicallycoordinated.com/blog/?feed=rss2 doesnt work, however it shows page not rather than internal server error
Forum: Fixing WordPress
In reply to: Permalink breaks my RSS feedYa, my htaccess file already had that information. And when I manually went to the link of my feed it doesn’t work. Any other ideas?
Forum: Fixing WordPress
In reply to: Permalink breaks my RSS feedok, where would the new location of my RSS feed be? I feel like that is not the problem… ALSO it was working with the “Day and name” permalink for over a week and then one day stopped!
Forum: Fixing WordPress
In reply to: Making a Contact form in WP?there are a bunch of form plugins. Have you tried any of those?