skip to Main Content

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

Rookie Url Rewriting – SEO

as the title says im a rookie in the 'URL Rewriting' field and i'd like to ask a question that could help many others like me. Let's say we have an url like this: http://myepicsite.wow/index.php?value_x=1&value_y=2&value_z=3 How can one rewrite this…

VIEW QUESTION

Rewrite a URL via htaccess – SEO

I have a URL in the following structure like http://www.naturaflowers.com/100-fresh-cut-wholesale-flowers.html I want to rewrite the URL like http://www.naturaflowers.com/fresh-cut-wholesale-flowers.html We used "ultimate SEO url Plugin" to generate SEO friendly URL. The old URL structure is /index.php?main_page=index&cPath=category_id . My htaccess code is…

VIEW QUESTION
Back To Top
Search