.htaccess

Tag

2 posts found

7 Jun 2017
2.94K
3 Comments

This is weird thing from #laravel on fresh installation, so everyone wants to remove public from url, there are two different methods. 1. Method is remove public from url in #.htaccess Create .htaccess file on main directory of laravel and put the following code [html] <IfModule mod_rewrite.c> RewriteEngine On RewriteRule

Post in

23 Feb 2017
0.29K
No Comments

This is happens to me and #valcatohosting allowed to use free #HTTPS #SSL  for website Other mostly #hosting companies are providing free for #SSL #wordpress websites only [javascript] <IfModule mod_rewrite.c> RewriteEngine On #for to https – END code RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] #for to https – END

Post in