I wouldn't add anything you don't need.
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"...
Type: Posts; User: BLiZZaRD; Keyword(s):
I wouldn't add anything you don't need.
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"...
Just go through and make sure all the other elements of your site work as expected.
I figured most of that was overlay from the previous host, which you probably don't need anymore. If you find...
Before we do all of that, let's figure out what is breaking the .htaccess file. One or more of the solutions should have already worked, even in GoDaddy.
Start with this and let me know what...
Ahhh... GoDaddy... there is the issue.
They run php through CGI, but they use their own coding. Try this and let me know what happens. If this doesn't work, we will need to get some information...
Save your old htaccess file to your computer and then delete it from your server. Create a brand new one and put this inside:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$...
Yeah. That sounds like a problem with the AddType vs AddHandler I mentioned. Switch your AddType lines to AddHandler and it should be fine. :)
Your most likely culprit is this line:
AddType application/x-httpd-php .htm .html
Since you switched hosts, they are probably running a different version. This line tells the server to...
Can you post the .htaccess file you are using?
I couldn't reproduce the problem. You should just be forcing HTTPS through .htaccess, no need to worry if a visitor clicks an old link or doesn't add...
Thanks! I am well. Gotta figure out some PHP crap. I'll post about the problem soon.
I am even surprised I remembered my log in details. Hahahaha!
Hey guys! I can't believe my account is even still active, let alone I am still on the top posters top 10 spots.
Glad most of us are still here. Glad to be back though!
~BLiZZ
That first one worked, thank you!
It is just for a nice contact form that I love and works well but isn't updated anymore. I rewrote a lot of the easy php (well, what I could anyway) and this was...
Hey,
I am getting depreciation errors because a script I have is running php4 and the server no longer supports it. I realize that php5 has no eregi support at all and instead is replaced with...
That did the trick! It seems to be working for me. I will double check it with the player later. Food calls and I have to go find it for now.
Thanks John!
Hey John! I never really left, just don't always log in when I am around :)
Anyway, yes it is the countdown script from here. The problem isn't the functionality, the script works great, but...
I am working with a timer and to work properly it needs to be all in JS (part of a forum coding thing, don't ask - it's frustrating)
Anyway, the current code is in both JS and a tiny bit of PHP...
Try this, changing as and where needed:
// create one buttonObj for all your buttons
var buttonObj:Object={};
//////////////////////////////////////change nothing above...
Labels are your friend. Which version of Flash and which AS version are you using? It will make a difference.
You must ensure you give all your MCs an instance name, this is usually the first...
Yes, and no... the user isn't adding contents to the php file, the file is created, they are just giving it a file name. The page created isn't empty, it is populated with HTML, once they give it a...
I don't know... :D I just don't want special characters, periods or spaces in the guess input box.
Basically there is a page with this input box on it. The user submits an answer (or "guess") and...
I have the following code...
I need to add a string that will strip everything except alpha/numeric's so the input box submission will only post numbers and letters.
<?php...
Not sure this is a feature... but the scroll wheel on a mouse.
I hate when you scroll to the end of a page and 4 out of 10 times the scroll will not end at the exact scroll line number (default is...
See response in the Flash thread. I love double posting. It's so fun!
Here, allow me to search for that for you
There is a float:left; I didn't see before in this line:
.indentmenu ul li a{
float: left;
Remove that. As for the gradients not appearing, it got me. Everything looks right. Try this: