Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Product page getting Redirect back to Home page - Please Fix

3 views
Skip to first unread message

kanya...@gmail.com

unread,
Jan 26, 2012, 6:52:01 AM1/26/12
to
Hi all pelase help and fix my store.

Url: http://www.raxday.com/

When i click at the product - the correct url should be without any in
between character like this -c-1.html

http://www.raxday.com/nokia-6600-p-7.html -- incorrect url -- this
should be the correct url http://www.raxday.com/nokia-6600.html

when i try to click at the product the link http://www.raxday.com/nokia-6600-p-7.html
not opening but when i select open in new tab this link open please
fix this


#$Id: .htaccess.new 1020 2011-01-07 01:18:29Z michael...@gmail.com
$
#
# osCmax e-Commerce
# http://www.oscmax.com
#
# Copyright 2000 - 2011 osCmax
#
# Released under the GNU General Public License
#
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
# AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)

# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers

# BOF: Mod RC2A
#<IfModule mod_setenvif.c>
# <IfDefine SSL>
# SetEnvIf User-Agent ".*MSIE.*" \
# nokeepalive ssl-unclean-shutdown \
# downgrade-1.0 force-response-1.0
# </IfDefine>
#</IfModule>
# EOF: Mod RC2A

# If Search Engine Friendly URLs do not work, try enabling the
# following Apache configuration parameter

# AcceptPathInfo On

# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)

#<IfModule mod_php4.c>
# php_value session.use_trans_sid 0
# php_value register_globals 1
#</IfModule>
# BOF: MOD - Ultimate SEO URLs
## SEO Url's .htaccess file
## If you want to use the Apache Mod-Rewrite method for SEO URL's
## NOTE: This requires that you are on an apache web server with
mod_rewrite enabled.

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On

# Change "catalog" to your catalog directory name:
RewriteBase /catalog/
## If installed to the base home/root directory, uncomment the below
code only:
#RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%
{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%
{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%
{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%
{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%
{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&
%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?
products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%
{QUERY_STRING}
</ifModule>
# EOF: MOD - Ultimate SEO URLs

# BOF: HTTP Error Logging
# NOTE: if you've installed the catalog in a different directory,
change /catalog/ below. Don't leave of the leading /.
#ErrorDocument 400 /catalog/http_error.php?error_id=400
#ErrorDocument 401 /catalog/http_error.php?error_id=401
#ErrorDocument 403 /catalog/http_error.php?error_id=403
#ErrorDocument 404 /catalog/http_error.php?error_id=404
#ErrorDocument 405 /catalog/http_error.php?error_id=405
#ErrorDocument 408 /catalog/http_error.php?error_id=408
#ErrorDocument 415 /catalog/http_error.php?error_id=415
#ErrorDocument 500 /catalog/http_error.php?error_id=500
#ErrorDocument 501 /catalog/http_error.php?error_id=501
#ErrorDocument 502 /catalog/http_error.php?error_id=502
#ErrorDocument 503 /catalog/http_error.php?error_id=503
#ErrorDocument 505 /catalog/http_error.php?error_id=505
#ErrorDocument 504 /catalog/http_error.php?error_id=504
# EOF: HTTP Error Logging

Jerry Stuckle

unread,
Jan 26, 2012, 8:55:34 AM1/26/12
to
On 1/26/2012 6:52 AM, kanya...@gmail.com wrote:
> Hi all pelase help and fix my store.
>
> Url: http://www.raxday.com/
>
> When i click at the product - the correct url should be without any in
> between character like this -c-1.html
>
> http://www.raxday.com/nokia-6600-p-7.html -- incorrect url -- this
> should be the correct url http://www.raxday.com/nokia-6600.html
>
> when i try to click at the product the link http://www.raxday.com/nokia-6600-p-7.html
> not opening but when i select open in new tab this link open please
> fix this
>
>
<Non-PHP junk delted>

And your PHP question is?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================
0 new messages