Welcome Guest, Not a member yet? Register   Sign In
MOD_REWRITE issue
#1

[eluser]Larvex[/eluser]
Hello everyone

In my development site's .htaccess I added this rule:

Code:
RewriteRule ^/godpanel$ /weird/stuff [R=301,L,PT]

and worked fine, but now when i edited this rule to:

Code:
RewriteRule ^/godpanel$ /panel/godpanel [R=301,L,PT]

and save, it keeps using the old '/weird/stuff' redirect

is there a way to reset the modrewrite?? like cleaning the cache

#2

[eluser]CroNiX[/eluser]
There isn't any cache for mod rewrite. Have you looked into using routes for this?
#3

[eluser]Larvex[/eluser]
routing solves some issues, but this is just a testing, cause i want to use the remap option

Code:
RewriteMap keys txt:/path/to/file/keys.txt    

RewriteRule ^(.*)$ fd?id=${keys:$1|0}

so here i cant use routes Sad

i dont know why the modrewrite file doesn't reloads
#4

[eluser]masrodjie[/eluser]
Try to clear the cache of your browser
#5

[eluser]Larvex[/eluser]
So cleaning the cache solved the issue, Thanks masrodjie !!




Theme © iAndrew 2016 - Forum software by © MyBB