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
#2

[eluser]Tpojka[/eluser]
Not clear with question, but maybe you could find your answer here. It is not something with htaccess, but CI routing.
#3

[eluser]InsiteFX[/eluser]
QSA needs to come befor the L QSA,L the L tells the it to stop processing
#4

[eluser]Unknown[/eluser]
my question was if there are an html base alternative

i have resolve a problem temporary using html base tag

but it's better if there are an other solution using Htaccess

thank's




Theme © iAndrew 2016 - Forum software by © MyBB