
Originally Posted by
descalzo
Post the contents of the .htaccess file if you want us to see what might be wrong for this server set up.
You need RewriteBase / before any RewriteRule
Hi,
The version (identical) on my home server does not require this RewriteBase thing before it.
All I have in the .htaccess file is:
Code:
AddHandler application/x-httpd-php .png
Is this RewriteBase something that x10hosting requires us to put infront?
If so do I leave a space or anything, do I put RewriteBase on a seperate line or just before AddHandler?
Like I said before, the setup was working 100% perfectly on home server so unless this RewriteBase is required by x10hosting there should be no reason why it wont work on here.
Thanks for your time!
Jon
EDIT: Tried it and no, you dont put RewriteBase infront of a php parser thing, as it just stopped me from navigating to any page.
Put it back to how it was before and am still getting: The image "http://sleinous.x10hosting.mx/foldingsig.png" cannot be displayed, because it contains errors.
This always happens when the .htaccess file isnt managing to work. (I have permission on to execute it and everything else linked to foldingsig.png).
EDIT: Just incase AddHanlder is blocked on here, I tried this instead but still no dice:
Code:
RewriteEngine On RewriteBase / RewriteRule foldingsig.png foldingsig.php