.htaccess - RewriteRule not working on host -


the host not work, on local works

options -indexes  rewriteengine on  rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewritecond %{request_method} ^(trace|track)  rewriterule .* - [f]  rewriterule ^([^/]+).html$ index.php?page=ista&link=$1 [l] 

the problem solved. disable host nginx


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -