Welcome Guest, Not a member yet? Register   Sign In
remove index.php from url
#1

[eluser]dsi[/eluser]
i have ci 1.7.2
and i have taken my application folder outside the system folder.
can anyone provide me the .htaccess code to remove the index.php from url.
previously(upto earlier today) i was using this code
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /goshali/index.php/$1 [L]
and it worked fine but now i dont know what i did wrong it says server:

Quote:Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log

can anyone provide me the working htaccess code,
thank you
#2

[eluser]dsi[/eluser]
i have removed index from the config file BTW
#3

[eluser]dsi[/eluser]
the code from ci wiki doesnot work either
#4

[eluser]mddd[/eluser]
I would think that this code is not going to work because this rule will call itself again.
If you call /controller/method, it will be translated to /goshali/index.php/controller/method.
But that will again be translated to /goshali/index.php/controller/method/controller/method.
Etc.

You should check in your rewrite rule if the address has not already been rewritten.
You could add RewriteCond %{REQUEST_URI} !goshali/index\.php to your rule.
This will check if the address has already been rewritten, so it doesn't go on rewriting.
#5

[eluser]cahva[/eluser]
And if you get "Internal Server Error", do as the information says: check the server error log.
#6

[eluser]dsi[/eluser]
ok i have fixed the problem
#7

[eluser]Marvin_S[/eluser]
Can you post what you did to fix it?
#8

[eluser]391[/eluser]
me,too.please!
#9

[eluser]Thorpe Obazee[/eluser]
Marvin_S, 391, maybe you should post your own problem in your own threads with more information regarding your specific problem?
#10

[eluser]InsiteFX[/eluser]
You know I must see this same Question asked 100 times a week on these forums
Unreal...

Search is your friend........

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB