![]() |
[solved] LSLB Rewrite doesn't work
Hello,
Today I try to use Rewrite feature of LSLB but it doesn't work. Here what I try: Virtual Host -> my virtual host -> Rewrite - Enable Rewrite to Yes - Rewrite rules to test Quote:
Nothing happen, page not found. This rule works fine if I put it in .htaccess of a node. Please help me to use it. Thank you. |
RewriteRule ^test.rss http://www.google.com/ [L,R=301]
--> RewriteRule ^/test.rss http://www.google.com/ [L,R=301] this is the difference between per-server and per-dir rewriterule. for further reference: http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html |
Working fine now.
Thank you. |
Another issue was solved.
Thank you. |
Help me to move Rewrite rules of VBSEO to LSLB rewrite
Hello,
I moved all my rewrite rules to LSLB Rewrite, but I can not make VBSEO Rewrite rules to work. Here it is: PHP Code:
Thank you so much. |
in LSLB rewrite (just like rewrite in httpd.conf),
RewriteRule ^(...)$ should be RewriteRule ^/(...)$ |
I try this, but it doesn't work. All pages was displayed in blank
Quote:
|
enable rewrite logging (LogLevel -> 9) to troubleshoot.
|
| All times are GMT -7. The time now is 01:21 AM. |