run codeigniter with windows server |
-
mohamedtg Tiger

-
Posts: 3
Threads: 0
Joined: Jun 2025
Reputation:
0
(06-14-2017, 06:32 PM)hi, Wrote: i have windows server and i can't run my script on it
this error is 500 server error
please help
GoldenFingershi,
i have windows server and i can't run my script on it
this error "Not Found"
htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
<IfModule !mod_rewrite.c>
ErrorDocument 404 /index.php
</IfModule>
the problem with index.php
when i enter to website without index.php/ not work
i don't want index.php/
|
Messages In This Thread |
RE: run codeigniter with windows server - by mohamedtg - 06-25-2025, 08:03 AM
|