This page contains an index.php file, however when loaded, as seen it results in an unwanted redirect Anyone familiar with htaccess, feel free to offer suggestions or comments Mod_rewrite is enabled on the server. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Any includes needed????
Might it be that the server is not setup to treat php files as an index. On some hosts you have to configure this in your control panel. What control panel are you using. Can you view the correct output if you browse directly to the index.php.
Try this: DirectoryIndex index.php <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / </IfModule> Code (markup): Also, judging by what I'm receiving when manually typing in index.php, the above is probably not the problem. There appears to be something awry in the idex.php code, resulting in the DOC_ROOT in the address.
Yea that's a php redirect not mod rewrite (unless your admin has tinkered with the apache confs), you probs din't do your install correctly or something wrong in the config. Btw you need ioncube_loader_lin_4.4.so for your script to work. And its barking that you don't have it so that's probs your issue. Ask your host to install it or create your own php.ini and specify the path to where you dropped it.