Welcome Guest, Not a member yet? Register   Sign In
Hosting problems
#1

[eluser]Unknown[/eluser]
Hello, I had some problems with my last hosting, not working some functions like file_get_contents. I chose to move at another server. Anyway hosting is free. But at this server, .htacces isn't working, and I get a bad error and can't find cause. I'll post some details about server
Code:
Apache version 2.2.16
PHP version 5.3.8
MySQL version 5.1.56-log
Architecture x86_64
Operating system linux
Now my .htacces
Code:
<IfModule mod_rewrite.c>

# allow_override On
# mod_rewrite is installed

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
<IfModule mod_php5.c>
     RewriteRule ^(.*)$ http://www.calinsprojects.info/jack/index.php/$1 [L]
</IfModule>

<IfModule !mod_php5.c>
     RewriteRule ^(.*)$ http://www.calinsprojects.info/jack/index.php/$1 [L]
</IfModule>

</IfModule>
Bad error
Code:
Parse error: syntax error, unexpected $end in /home1/caliux/public_html/jack/application/controllers/site.php on line 1
#2

[eluser]InsiteFX[/eluser]
Remove the last
Code:
</IfModule>
From your .htaccess file, you have one too many closing tags.




Theme © iAndrew 2016 - Forum software by © MyBB