rocketbird8
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed hosting type, homepage working, rest of site downYes I just did, something weird happened in the transfer from windows back to linux and they were able to resolve it. Thanks!
Forum: Fixing WordPress
In reply to: Changed hosting type, homepage working, rest of site downI figured it out. It had to do with my permalinks, so I changed the permalinks back to default and then the pages work. However, if I try to go back to the custom post name that I was using before, it doesn’t work.
I’ve checked my .htaccess file and it is as it should be
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>I did also try to change the permissions within filezilla and it came back
Command: SITE CHMOD 666 .htaccess
Response: 500 ‘SITE CHMOD 666 .htaccess’: command not understoodSo I’m kind of at a loss as to how to fix it. I could use the default permalinks but I would much prefer getting the custom post ones back.
Forum: Fixing WordPress
In reply to: Changed hosting type, homepage working, rest of site downHi contentiskey
I finally got my FTP program up and running and I think you are right and that I need to update my WP-CONFIG file. I’m doing that now, I’ll let you know how I go.
Thank you!!
Forum: Plugins
In reply to: [WP Featured Content and Slider] How to use?