Support Forums - Classified Ads Script Osclass

General osclass questions => Report bug => Topic started by: Mateo Bocheno on October 24, 2023, 03:22:20 AM

Title: This is a problem only in categories
Post by: Mateo Bocheno on October 24, 2023, 03:22:20 AM
Good morning, I have one problem. :-[

1. The first problem is that after entering the category on the website, an error is displayed:

pl/index.php?page=search&sCategory=2

2. If i Disable the language code in URLs, when I do this I get the following message:

"domain name" has provided too many redirects.


This is a problem only in categories, other tabs, e.g. favorites, messages work properly.


This is my htaccess:
AddHandler x-httpd-php74.php


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase rel_here
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . rel_hereindex.php [L]
</IfModule>

I will be very, very grateful for your help. I'm too stupid, I guess.
Title: Re: This is a problem only in categories
Post by: MB Themes on October 27, 2023, 09:41:20 AM
How can you have htaccess and use non-friendly URLs?
Does not make sense.