Log in

View Full Version : Htaccess issues - assistance required.


pityocamptes
10-06-2014, 02:04 PM
Can someone take a look at this thread and help me out on how to format the htaccess to get this mod to work? Thanks.


http://ozzmodz.com/showthread.php/4895-Having-issues-with-my-htaccess-redirect

tpearl5
10-06-2014, 07:43 PM
I'm not familiar with the classifieds mod, but it sounds like dbseo is redirecting you because the rewrite rule you have in there is producing a 404. What happens when you turn that feature off in deseo?

This rule:
RewriteRule ^classifieds/([^/]*)/ ./ozzmodz_classifieds.php?do=main&catid=$1 [L,NC]
for example, is saying "match classifieds/whatever/ and rewrite to /ozzmodz_classifieds.php?do=main&catid=whatever

It looks like ozzmodz_classifieds.php?do=main&catid= is looking for a number, but that regex will match and replace with anything, including words.

pityocamptes
10-07-2014, 12:26 AM
Man you lost me... I am running https and force redirect to https//site url could that be the problem? How would I be able to have the forced ssl and get ozzmodz working? Thanks.

ForceHSS
10-07-2014, 12:47 AM
As you have already asked for support on the ozzys site, you need to continue on that site if the plugin is on this site then you can ask on that topic

ozzy47
10-07-2014, 12:55 AM
As you have already asked for support on the ozzys site, you need to continue on that site if the plugin is on this site then you can ask on that topic
Well this was my reply to his question on there.

TBH I am not that good with htaccess stuff like that, hopefully someone else ran into this issue and can answer here or on vb.org.

ForceHSS
10-07-2014, 09:40 AM
Going by the rest of the post on your site he has worked it out