在这个网站:
http://www.syriadailynews.com/sdn/
我将 codeigniter 与基于段的 url 一起使用
它在本地主机(xampp)上运行良好
但上传网站后,所有网址都不起作用
这是我的 .htaccess
Options +FollowSymLinks
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
AddDefaultCharset UTF-8