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

[eluser]selman555[/eluser]
[quote author="Aken" date="1342643372"]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.[/quote]
Next time you see me, you've got permission to slap me in the face Smile

That did it. /Tong-Il/ as rewritebase solved my problems!




Theme © iAndrew 2016 - Forum software by © MyBB