Welcome Guest, Not a member yet? Register   Sign In
problem with index.php
#4

[eluser]Sarfaraz Momin[/eluser]
I am sure you have mod rewrite enabled on your hosting. If it is shared 99% it has to be enabled.
What I gave was an example of .htaccess file. The .htaccess which would suit your environment would depend on it. Please get me the details of your hosting and I would try out a right one for it. In the mean time you can also test the following .htaccess
Code:
Options +FollowSymLinks
RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /lab/index.php/$1 [L]


Messages In This Thread
problem with index.php - by El Forum - 01-18-2009, 02:01 PM
problem with index.php - by El Forum - 01-18-2009, 02:16 PM
problem with index.php - by El Forum - 01-18-2009, 03:25 PM
problem with index.php - by El Forum - 01-18-2009, 03:34 PM
problem with index.php - by El Forum - 01-18-2009, 03:50 PM
problem with index.php - by El Forum - 01-18-2009, 04:07 PM
problem with index.php - by El Forum - 01-18-2009, 04:36 PM
problem with index.php - by El Forum - 01-18-2009, 04:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB