[REQUEST] Your Company Website

Also force http to https.
Indeed... use htaccess
Code:
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteBase /subdir
RewriteCond %{HTTP_HOST} ^www.yoursite\.tld$ [NC]
RewriteRule ^(.*)$ http://yoursite.tld/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index.php  <--- or html, etc.
RewriteRule ^(.*)index.php$ http://yoursite.tld/$1 [R=301,L]     <--- or html, etc.

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName yoursite.tld
Just change yoursite to obviously, your site and the tld to your, tld (.net, .com, etc.
 
Indeed... use htaccess
Code:
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteBase /subdir
RewriteCond %{HTTP_HOST} ^www.yoursite\.tld$ [NC]
RewriteRule ^(.*)$ http://yoursite.tld/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index.php  <--- or html, etc.
RewriteRule ^(.*)index.php$ http://yoursite.tld/$1 [R=301,L]     <--- or html, etc.

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName yoursite.tld
Just change yoursite to obviously, your site and the tld to your, tld (.net, .com, etc.
All you really need is:
Code:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Sent from my Samsung Galaxy Note 9 while driv ik gndjfhd
 
I figured this would be fun. Be able to see what everyone's site looks like, etc. If this is the wrong sub-forum go ahead and move it. But I figured it was logical. Would love to see other nibblers sites and heck, might even be able to give some feedback on them. Cheers!

I'll start with mine!
Wow! Great looking site : ) Did you do it yourself? I need mine to look more like that!
 
Mine is definitely still a work in progress, but would love some feedback on it.
OK. Don't get mad.

Its plain and boring. Lacks color, depth and images. The text "font-weight" is too thin making it look blurry. Many links on your index page go nowhere but the index page. The ONLY thing you really have is the Business Services, but that accordion system needs work. Your reviews I don't think are real. Every review has the same last name. Its best to not have reviews IMO as they can and more often are fake reviews. You don't need a Blog section. Request Service? It's just a contact form and you really wouldn't have a "May we contact you?" option on a request service &/or contact form - think about it.

Since your in NC, why do you have links to Hatena? And Pocket? No one use's that. If you want social media on your site, you ONLY need Facebook. Twitter is a cesspool IMO. There are far too many WP themes out there you could choose from, all free. Looking at different websites for computer repair in your state it seems most everyone is stuck in the 90's in way of design.

So there's my feedback for only a brief overlook of your site. Take it with a grain of salt.
 
Back
Top