The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Sun May 06, 2012 4:58 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Dec 25, 2009 12:00 am
Posts: 3
How can I get a dynamic url will redirect to Homepage
example:
Code:
http://mysite/component/content/?view=featured

redirect to:
Code:
http://mysite


Top
 Profile  
 
PostPosted: Sun May 06, 2012 6:16 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Tue Jun 21, 2011 11:31 am
Posts: 152
Location: Australia
Is the site on an Apache server?

_________________
"An investment in knowledge pays the best interest."
Ben Franklin


Top
 Profile  
 
PostPosted: Sun May 06, 2012 7:55 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Dec 25, 2009 12:00 am
Posts: 3
yes, it is on an Apache server


Top
 Profile  
 
PostPosted: Sun May 06, 2012 8:33 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Dec 25, 2009 12:00 am
Posts: 3
I found this code, but does not respond to me ،where this code is wrong?
orginal code
Code:
Redirecting a page without an ID
 Old URL: http://www.example.com/?/page/55c9/
New URL: http://www.example.com/newpage.php/page/55c9/
 RewriteCond %{QUERY_STRING} ^/page/55c9/$
RewriteRule ^$ http://www.example.com/newpage.php/page/55c9/? [R=301,L]

my code:
Code:
Redirecting a page without an ID
Old URL: http://www.example.com/component/content/?view=featured
New URL: http://www.example.com
 RewriteCond %{QUERY_STRING} ^view=featured$
RewriteRule ^$ http://www.example.com? [R=301,L]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 



Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group