jsecomputers Posted June 20, 2007 Posted June 20, 2007 Hello, I just received a site that was nearly completed. I put it up on godaddy and it looks to me that it is using SEF Urls. I would just turn off that feature but the previous person hard coded lots of links that use them. I have setup an htaccess file as follows in /shop : RewriteEngine on RewriteBase /shop RewriteRule ^(admin/.+)$ $1 [L] RewriteRule ^.+/([a-z_]+\.php.*)$ $1 [L] Everytime I hit a link I get "No input file specified". The links look like .... http://mystore.com/shop/index.php/cPath/21_34_71 I was wondering if this is a oscommerce issue I have to fix or an apache issue. Im not sure what module if any was used or if I need to get one. I just need the links of that style to work so I dont have to go through and rewrite all the coded urls. Any help would be greatly appreciated. Thank You, Drew Lewis
Recommended Posts
Archived
This topic is now archived and is closed to further replies.