Welcome Guest, Not a member yet? Register   Sign In
htaccess problem
#4

[eluser]mohsin917[/eluser]
Bro, I use this

Code:
# Customized error messages.
ErrorDocument 404 /index.php


Options +FollowSymlinks

# Various rewrite rules.
<IfModule mod_rewrite.c>
  RewriteEngine on
  
  Rewriterule ^admin$    admin.php [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^admin/(.*)$ admin.php/$1 [L,QSA]
  
  
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php/$1 [L,QSA]
  
  
</IfModule>

Actually i have two files at root. Index.php and admin.php, So this code works for changing the urls.....

Now my site's root is www.example.com/myaccount
and at admin side.. www.example.com/admin/user_management


Messages In This Thread
htaccess problem - by El Forum - 03-11-2010, 12:08 PM
htaccess problem - by El Forum - 03-12-2010, 04:31 AM
htaccess problem - by El Forum - 03-12-2010, 04:39 AM
htaccess problem - by El Forum - 03-12-2010, 04:49 AM
htaccess problem - by El Forum - 03-12-2010, 05:01 AM
htaccess problem - by El Forum - 03-12-2010, 05:03 AM
htaccess problem - by El Forum - 03-12-2010, 05:05 AM
htaccess problem - by El Forum - 03-12-2010, 05:08 AM
htaccess problem - by El Forum - 03-12-2010, 05:16 AM
htaccess problem - by El Forum - 03-12-2010, 05:23 AM
htaccess problem - by El Forum - 03-12-2010, 05:24 AM
htaccess problem - by El Forum - 03-12-2010, 05:25 AM
htaccess problem - by El Forum - 03-12-2010, 05:31 AM
htaccess problem - by El Forum - 03-12-2010, 05:37 AM
htaccess problem - by El Forum - 03-12-2010, 05:39 AM
htaccess problem - by El Forum - 03-12-2010, 05:44 AM
htaccess problem - by El Forum - 03-12-2010, 05:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB