Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
12-01-2013, 10:26 PM
Post: #1
|
|||
|
|||
[request] visitors turned to homepage website plugin
if my site URL is mywebsitename.com/home , and I need any visitor who visit mywebsite.com turned to mywebsitename.com/home
which plugins will I need |
|||
12-01-2013, 10:47 PM
(This post was last modified: 12-01-2013 10:50 PM by sensation2013.)
Post: #2
|
|||
|
|||
RE:
Find the file .htaccess and paste the following code:
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^mywebsite.com$ [OR] RewriteCond %{HTTP_HOST} ^www.mywebsite.com$ [OR] RewriteCond %{HTTP_HOST} ^www.mywebsitename.com/home$ RewriteRule (.*)$ http://mywebsitename.com/home/$1 [R=301,L] </IfModule> |
|||
12-01-2013, 11:41 PM
Post: #3
|
|||
|
|||
RE:
Thank you so much
|
|||
12-02-2013, 12:17 AM
Post: #4
|
|||
|
|||
RE:
You're welcome. Please REP+. :)
|
|||
12-02-2013, 01:02 AM
Post: #5
|
|||
|
|||
RE: | |||
12-02-2013, 01:03 AM
Post: #6
|
|||
|
|||
RE:
Another free wordpress plugin which can do this.
http://wordpress.org/plugins/quick-pagep...ct-plugin/ |
|||
12-02-2013, 01:18 AM
(This post was last modified: 12-02-2013 01:24 AM by mywork.)
Post: #7
|
|||
|
|||
RE:
thanKs greenpeece so much , but my script is drupal not wordpress
|
|||
12-02-2013, 01:46 AM
Post: #8
|
|||
|
|||
RE: | |||
12-02-2013, 01:46 AM
Post: #9
|
|||
|
|||
RE:
can any one help me to edite that theme
http://bestblackhatforum.com/Thread-HELP...upal-theme |
|||