This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Common Questions
 Helicon Tech : Common Questions
Subject Topic: pre purchase question (Topic Closed Topic Closed) Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Kim Taylor
Newbie
Newbie


Joined: 07 April 2009
Location: United Kingdom
Online Status: Offline
Posts: 3
Posted: 09 April 2009 at 7:11am | IP Logged  

i use a software called viart shopping cart and it can sort out friendly urls as long at there is an htacess file. howver my hosting arrangeent doesnt allow for this and they have suggessted using your rewrite software:

they have siad that if i purchse this they will install this for me if i let them have the licence details and the download link.

just before i do this can i just check with you that i can achieve what i need for this:

Viart suggestion for htaccessfile for friendly urlsto work as:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /friendly_url.php [L]

Also they have suggested a 301 redirect as follows:

< http-equiv="Content-" content="text/; charset=utf-8">< name="ProgId" content="Word.">< name="Generator" content="Microsoft Word 11">< name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CKIMTAY%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" target="_blank">< style>

Please Redirect http://managers.gb.com to http://www.managers.gb.com

 

Please Redirect http://www.managers.gb.com/index.php to http:www.managers.gb.com/


if this is all possible and i can get some support to do this then i will go ahead and purchase.

will i be able to send the download link to my hosrters?

Kim


__________________
Kim
www.managers.gb.com
Back to Top View Kim Taylor's Profile Search for other posts by Kim Taylor Visit Kim Taylor's Homepage
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 09 April 2009 at 7:24am | IP Logged  

The .htaccess offered by Viart will work fine. As for redirects, they will look like provided below. The complete config is:

RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} ^managers\.gb\.com$ [NC]
RewriteRule (.*) http://www.managers.gb.com/$1 [NC,R=301,L]

RewriteRule ^index\.php$ / [NC,R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /friendly_url.php [L]





__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 

Sorry, you can NOT post a reply.
This topic is closed.

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum