htaccess RewriteRule results in “Object not found!”
问题 My actual URL is <a href="<?php echo siteUrl;?>view.php?name=<?php echo $slug_url?>"><?php echo $heroheading ?></a> Output <a href="http://example.com/view.php?name=search-result">Click me</a> What I am doing is, I have to rewrite the URL. I want to display the URL like http://example.com/admin/service/search-result and I added in the HTML <a href="<?php echo siteUrl;?>admin/service/<?php echo $slug_url?>"><?php echo $heroheading ?></a> I tried below code in .htaccess but I am getting "Object