Welcome Guest, Not a member yet? Register   Sign In
The all famous mod_rewrite issue
#10

[eluser]Aken[/eluser]
Your RewriteBase is probably wrong. It doesn't use URLs, it uses paths.

Try a simple .htaccess:

Code:
RewriteEngine On
RewriteBase /Tong-Il/

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

You might need to adjust $config['uri_protocol'] if the .htaccess alone doesn't work. Might also need to add the ? into the RewriteRule - it all depends on your setup. Try stuff, see what works.


Messages In This Thread
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:03 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:30 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:37 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:40 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 11:45 AM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 01:43 PM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 02:18 PM
The all famous mod_rewrite issue - by El Forum - 07-17-2012, 02:24 PM
The all famous mod_rewrite issue - by El Forum - 07-18-2012, 10:38 AM
The all famous mod_rewrite issue - by El Forum - 07-18-2012, 01:29 PM
The all famous mod_rewrite issue - by El Forum - 07-18-2012, 02:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB