Jump to content

Hosting problem


caliux

Recommended Posts

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

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

<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

Parse error: syntax error, unexpected $end in /home1/caliux/public_html/jack/application/controllers/site on line 1

Please help me.

Link to comment
Share on other sites

  • 3 weeks later...

I'm curious here. Perhaps I've missed the purpose. These conditional statements seem unnecessary:

<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>

 

Couldn't it just be:

RewriteRule ^(.*)$ http://www.calinsprojects.info/jack/index.php/$1 [L]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.