Welcome Guest, Not a member yet? Register   Sign In
Rewrite URL
#8

[eluser]Rick Jolly[/eluser]
Try with the RewriteBase set like so:
Code:
RewriteEngine on
RewriteBase /~username/

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


Messages In This Thread
Rewrite URL - by El Forum - 01-11-2010, 01:10 AM
Rewrite URL - by El Forum - 01-11-2010, 05:25 AM
Rewrite URL - by El Forum - 01-11-2010, 07:07 AM
Rewrite URL - by El Forum - 01-11-2010, 07:31 AM
Rewrite URL - by El Forum - 01-11-2010, 05:11 PM
Rewrite URL - by El Forum - 01-11-2010, 05:19 PM
Rewrite URL - by El Forum - 01-11-2010, 05:22 PM
Rewrite URL - by El Forum - 01-11-2010, 06:00 PM
Rewrite URL - by El Forum - 01-11-2010, 06:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB