开发者

SEO URL customization using .htaccess

I am facing an issue during customization 开发者_运维百科of a URL. Here is what I need:

http://xyz.com/home/jsjobs/jobseeker/list_jobs/57

I want to remove home from all URLs which has home just after my domain name (xyz.com in this case). So, what I want to look like my URL in address bar is:

http://xyz.com/jsjobs/jobseeker/list_jobs/57

How can I do this using htaccess?


RewriteRule ^home/(.*)$ http://www.your-url.ext/$1
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜