Jump to content

dartsuresh

New Members
  • Posts

    6
  • Joined

  • Last visited

dartsuresh's Achievements

Newbie

Newbie (1/5)

1

Reputation

  1. Am checking how can enable rewrite log, I tried this one RewriteLog "/var/www/server/example.com/rewrite.log" RewriteLogLevel 5 but not loggiing
  2. any body plzz help me to out this issue plzz
  3. thankx, now am removed L from that now also its not working. RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301] RewriteRule ^(.*).html$ index.php?set=$1 please advice
  4. No just i need only 2 rules 1)Http to https 2)^(.*).html$ index.php?set=$1 when i use this https redirect my old rule not working My old what it doing is all links in my site with html extention only after the page request change that html to php extention see in my 2 point when i use RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] rule not working. When am in login page page redirect https properly am happy then i try to login the page comes again the same page its not proceed futher process. We are using MVCpatten index.php page handle the request and get the page with help of controller and templates . Am struggle how can i proceed further.
  5. this method working but my old rewrite rule not working properly. My old method browser url has html extention then that rewrite to php plz review my old and new htaccess
  6. Hi, i need a help.already we have mode rewrite rule RewriteRule ^(.*).html$ index.php?set=$1 this rule change html url to php now in this i need to add a condition https redirect how with this existing condition can i add new feature. I tried to changed htaccess file but after my change my site not working properly. My old htaccess working correctly new one not working. my project is zend frame work plzz help Old one RewriteEngine On RewriteRule ^(.*).html$ index.php?set=$1 New One RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteRule ^(.*).html$ index.php?set=$1
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.