Greenguy's Board


Go Back   Greenguy's Board > Blogs and Blogging
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2005-08-25, 02:01 PM   #7
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
You may have Overrides turned off on that server, that would prevent .htaccess from even being loaded. Did you check to see if .htaccess is indeed being parsed at all? Perhaps put:

ErrorDocument 404 http://www.google.com/

then hit a document you know doesn't exist and see if it actually goes to google or if it is being overridden elsewhere.

mod_rewrite would return a 500 error if you have RewriteEngine on, and mod_rewrite isn't loaded... provided .htaccess is being parsed.

Can you post the rule so we can take a look? It is probably something like:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)\.html$ /index.php/$1 [L]

Its possible that your host has loaded mod_security, in which case you might need to chmod 644 the .htaccess file so that it won't be skipped.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 01:45 AM.


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