Hi,
I have my site setup perfectly on my home box (WinXP, EasyPHP) and everything works great.
Then I moved to my ISP and first the .htaccess file causes apache internal error and second Clean URLs does not work.
- My ISP claims and PHP info() confirms that mod_rewrite is loaded.
- The minimal version of .htaccess is in place - contains the rewrite settings and does not break Apache with the internal error.
and the admin/settings refuses to set the Clean URLs on claiming that mod_rewrite is not in place.
Could you navigate me how to pin-point the problem. What kind of tests can I try.
I've tried to read the system.module and all I fould is that the system_test() do not get called, which means the rewrite does not work - called by /system/test.
Also can you tell me what do I miss when my .htaccess file look like the one bellow. That is the version working fine (with clean URLs) on my local and also being accepted on my ISP environment.
Your help is greatly apprecieted!
--Josef
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
Order deny,allow
Deny from all
# Breaks Apache on pipni.cz: Internal Error
# Set some options.
#Options -Indexes
#Options +FollowSymLinks
# Customized error messages.