My page which should appear like this: {deleted by lrazza}
Is now appearing like this:
What might have happened and how can I correct this? (The first link is an outdated version of the form which will work for the time being, but I would prefer to use the most recent version of the file)
Thanks in advance for any help you might offer!
Page is loading multiple errors
Moderator: General Moderators
Page is loading multiple errors
Last edited by lrazza on Mon Mar 05, 2012 12:18 pm, edited 1 time in total.
Re: Page is loading multiple errors
I can see your PHP code when I view source, so your page isn't being parsed as PHP. Your /dev/ directory is probably missing a rule from the main .htaccess that treats .html files as PHP.
Re: Page is loading multiple errors
Thanks for your reply..that makes sense since this did occur when I made my first attempt at editing the .htaccess file (in order to implement SSL). Even when the file is in the main directory, it appears that way. This is new to me, but I will do an online search to learn how to do this...or if you know of a quick resource I can view, please let me know. Thank you!
Re: Page is loading multiple errors
Thank you sooooo much Celauan! I added this to the .htaccess file and it worked! AddType application/x-httpd-php .html