skip to Main Content

Search Engine Friendly URL with .htaccess in xampp windows 10 on 64-bit – SEO

I want to change my url to search engine friendly. i am using xampp 3.2.1 on windows 10 with 64-bit My URLs are looking like this: http://smc.edu.pk/app/site/?p=12&m=c&u=Swat_Medical_College-_The_Project_of_Swat_Medical_Complex And I want to make it like this: http://smc.edu.pk/app/site/12/c/Swat_Medical_College-_The_Project_of_Swat_Medical_Complex.html i have tested with…

VIEW QUESTION

htaccess rewrite url match subdomains – SEO

I'm trying to modify my website URL for better SEO. Here's what i have so far: RewriteRule ^page-([0-9]+)/?$ /index.php?p=$1 [L,QSA,NC] i want http://www.domain.com/page-10 instead of http://www.domain.com/index.php?p=10 but how do i also match http://www.domain.com/category/index.php?p=2 and rewrite it to http://www.domain.com/category/page-2

VIEW QUESTION

.htaccess for moved forum and seo url

I've a problem with my .htaccess file. I recently moved the forum (IPB) that was in the root path in a subdirectory, so I wrote this .htaccess file Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteRule ^view/([0-9]+)/?$ index.php?view=$1 [NC,L] RewriteCond %{HTTP_HOST}…

VIEW QUESTION
Back To Top
Search