Welcome Guest, Not a member yet? Register   Sign In
htaccess and mod_rewrite problem theme folders not found
#1

[eluser]Unknown[/eluser]
hello,


i have a problem with Friendly URL and Htaccess the theme folders not found

with the main page and first level i have no problem every think work greatly

for example

http://localhost/index.php
http://localhost/members/

for this i have no problem

if i try the second level i can't found theme folders for example
http://localhost/members/settings

This is my htaccess content

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|media_folders|themes|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]


i can resolve a problem by adding base_ur in all links but what i need is to resolve it using htaccess


thank you


Messages In This Thread
htaccess and mod_rewrite problem theme folders not found - by El Forum - 03-03-2014, 03:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB