Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2008-07-30, 07:11 PM   #4
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
does the page load if you run it as index.php?

if so, remove index.shtml and put the following in your .htaccess

Code:
RewriteEngine on
RewriteRule ^index.shtml$ index.php [L,QSA]
I'm assuming you have tons of links pointed at index.shtml and can't use a new page, but, the above will probably fix it without having to involve your host -- and if you are in a virtual environment, they may not be willing to enable the permissions to allow those directives, or, its possible that you're running php under fastcgi and the directive isn't quite doing what you need.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:59 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc