Monday
SEO
-
Google PageRank คืออะไร (2,925)
1 Google PageRank คืออะไร Google PageRank คือวิธีการวัดความสำคัญของเว็บเพจนับล้านๆเว็บเพจบนอินเตอร์เน็ท โดยมีตัวเลขตั้งแต่ 0 ถึง 10 ยิ่งตัวเลขยิ่งสูง PageRank ก็ยิ่งสูง นั่นหมายความว่าเว็บไซต์นั้นๆมีโอกาสได้รับการจัดอันดับที่ดีกว่าเว็บไซต์ที่มี PageRank ต่ำกว่าโดยเราสามารถทราบค่า PR ของเว็บไซต์เรา
-
PageRank PR ปัจจัยสำคัญในการจัด Ranking (2,655)
PR หรือ Page Rank คือ วิธีการจัดลำดับความสำคัญเว็บเพจทั่วโลก จาก Google โดยให้ชื่อว่า Google Page Rank การวัดค่าการจัดลำดับความสำคัญนี้ Google ได้กำหนดไว้ตั้งแต่ 0 ถึง 10 ยิ่งตัวเลขสูงเท่าไหร่ ค่า Page Rank หรือ PR จะยิ่งสูงเท่านั้น และเป็นเหตุให้ได้รับการจัดลำดับที่ดีกว่าจาก Google
PageRank PR
-
ป้องกันการเข้า folder file ไม่พึงประสงค์ ด้วย htaccess (5,228)
ไปเห็นการเขียน htaccess ไฟล์แบบตัวเดิมแล้วค่อนข้างปวดหัว นิดหน่อย ก็คือมันกระจัดกระจายอยู่ไปทั่วในโฟเดอร์โน้น โฟเดอร์นี้ ทำให้อัพโหลด
หลายครั้ง ซึ่งค่อนข้างหน้าเบื่อมิใช่น้อย ซึ่งถ้าอีกหน่อยมีแก้ ก็คงต้องไปไล่แก้ มันทุกไฟล์ล่ะมั้ง
เอาล่ะ ซาร่าห์ วันนี้จอร์จ จะมานำเสนอ
การเขียนครั้งเดียวให้ครอ
-
เขียน htaccess ไฟล์เดียวครอบจักรวาล (3,876)
code ที่ทำให้สร้าง URL ขอเราสวย ๆ ดีต่อการจัดการ และ seo ด้วย มาดูกันว่าเขียนอย่างไรกันบ้าง
โค๊ด htaccess
[code]
RewriteEngine on
RewriteCond %{REQUEST FILENAME} f
RewriteCond %{REQUEST FILENAME} d
RewriteRule $ index php $1 [L]
[ code]
โค๊ด index php
[code]
-
Setting up subdomain virtual hosts for multiple applications in a symfony project (2,818)
It is very common to have multiple applications in one symfony project like frontend backend api etc The common way to access the application is by specifying the application front controller like
http example com frontend php
http example com backend php
http example co
-
เปลี่ยน subdomain name เป็น path htaccess subdomain as $ GET parameter (4,450)
เปลี่ยน subdomain name เป็น path
[code]RewriteEngine on
RewriteCond %{HTTP HOST} www [NC]
RewriteCond %{HTTP HOST} com [NC]
RewriteRule http www %2 com name %1 [R 301 L][ code]
rewrites http subdomain domain com to http www domain com name subdomain
to combin
-
Redirect The Sub Domain To a Sub Folder with htaccess (3,229)
In this post I want to explain " How to redirect the sub domain to a sub folder with htaccess" I had implemented this for labs 9lessons info and demos 9lessons info I hope it is useful for you
[img]http lh6 ggpht com N9kpbq3FL74 S0sGFfyRhxI AAAAAAAADSQ PtgHMICETM htaccess png[ img]
[b]
-
The htaccess file for hosting multiple domains (2,778)
Our hosting service Powweb can host multiple domains or subdomains There is a tool kit to cause it to happen or manage it but it costs a little bit of money If you don't need the extra domain name included in the tool kit it can be done easily by adding a htaccess file under the htdocs folder
-
Success mapping multiple domains to different folders with htaccess (2,645)
Hello everyone I successfully been able to map two defferent domains to two different subfolders with htaccess without redirections or subdomains and in the url will appear only the domain and not the subfolder The HTTP Status code is 200 which is OK so I think will not affect Bot indexing negat
-
Multiple Domain Names to One Site (2,672)
Sometimes a website can be reached through multiple domain names
This happens more often than you think
when the site can be called by a technical address from the hosting company like http gator123 hostgator com ~user name my domain com
or when the site can be accesse