Advertisement:

Author Topic: Osclasswizards: help please ! Share your website pls  (Read 14731 times)

_carlison

  • Full Member
  • ***
  • Posts: 134
Re: Osclasswizards: help please ! Share your website pls
« Reply #30 on: September 09, 2017, 01:52:23 pm »
@darwazo , you have pasted wrong code in your htaccess . so please provide your htaccess code then i will correct it. and in your "See All Listing" you have mentioned manually link or not?

_carlison

  • Full Member
  • ***
  • Posts: 134

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #32 on: September 09, 2017, 05:44:31 pm »
Thank you for input Carlison...

htaccess code is given below and my guess is also that problem  lies here in these codes because

1-I have fixed my site to https mode using htaccess codes file
2-osclasswizards permalinks code also needs to be put in htaccess file

I am sure - the way I put code may not be perfect specially found ALL Listing issue as u mentioned and some coder can rectify issue and provide correct code .

Current code in htaccess is given below






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

# Prevent Apache from serving .htaccess files:
<FilesMatch "^\.htaccess">
    Order allow,deny
    Deny from all
</FilesMatch>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://darwazo.com/$1 [R]


Thanks


Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #33 on: September 10, 2017, 02:54:13 am »
i think I have fixed this issue !!!

Thanks Carlison

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #34 on: September 10, 2017, 04:19:14 am »
Guys...For Creating an account, default settings is asking cell phone and website address? How to disable its show up? or hide it? or make it optional...

Screenshot is attached.

thank you everyone...
« Last Edit: September 10, 2017, 04:23:43 am by Darwazo »

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #35 on: September 11, 2017, 04:49:46 am »
Thank you all.

Above issue resolved !!

Solution is : Uninstall / disable "User Registration Plugin".

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
Re: Osclasswizards: help please ! Share your website pls
« Reply #36 on: October 05, 2017, 11:58:38 am »
Darwazoo  please check your CONTACT form, nobody can send a request, it gives error

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #37 on: October 05, 2017, 02:46:34 pm »
Thank u for your time mrtsoftware , appreciated !
I guess its fixed now !
Solution: I had activated option to Upload file in Contact form in Default settings of osclass. Its unchecked now.