tura910
Forum Replies Created
-
Forum: Plugins
In reply to: WP-o-Matic Not Caching ImagesPlease delete my post and link.
Forum: Fixing WordPress
In reply to: Permalinks .htaccess GoDaddy troubleYep! It worked instantly. My site was pretty small so it only took GoDaddy about 2hrs to transfer over. Not their predicted 72hrs.
Forum: Fixing WordPress
In reply to: Permalinks .htaccess GoDaddy troubleI know for a fact that the file cannot be created automatically through wordpress. Tried it already. I think I found out the problem had to do with my hosting being Windows instead of Linux. I am in the process of switching it over now. I’ll write again if it works or not.
Forum: Installing WordPress
In reply to: index.php vs. index.htmlOkay, I just took this junk out and it still works good.
AuthName https://www.example.com.au
AuthUserFile /var/chroot/home/content/f/r/e/frenzix1/html/_vti_pvt/servic e.pwd
AuthGroupFile /var/chroot/home/content/f/r/e/frenzix1/html/_vti_pvt/servic e.grp l>All better. ??
Forum: Installing WordPress
In reply to: index.php vs. index.htmlOh.. now that I’m looking.. some of that is definitely wrong.. heh
Forum: Installing WordPress
In reply to: index.php vs. index.htmlWell, I just plain didn’t have a .htaccess file at all. I found online what to put in one. Here’s what I got:
AddHandler server-parsed .php
AddHandler server-parsed .php4# -FrontPage-
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName https://www.example.com.au
AuthUserFile /var/chroot/home/content/f/r/e/frenzix1/html/_vti_pvt/servic e.pwd
AuthGroupFile /var/chroot/home/content/f/r/e/frenzix1/html/_vti_pvt/servic e.grp l>I made that file, uploaded it, and now the site actually works! I just hope there is nothing in there that is going to mess up anything else. ??
Forum: Installing WordPress
In reply to: index.php vs. index.htmlI deleted it. No change. I read online that I need to put this in my .htaccess file.
RewriteEngine on
RewriteRule index\.html index.php [NC,R]I have GoDaddy hosting. The file is not in my Root folder. So do I have to create a new one? What does it look like?