03-03-2014, 03:06 AM
[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
i can resolve a problem by adding base_ur in all links but what i need is to resolve it using htaccess
thank you
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