have you install it on an apache server or Nginx as the code is set up for apache and the rewrites may not work on Nginx as there all from the .htaccess and I don't think Nginx will use that file
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index\.php/$1 [L,QSA]
stop giving unconscious answers. The .htaccess codes that you say are not necessary are important to increase the speed of the website.Remove all not required stuff from the .htaccess
Apache config:Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index\.php/$1 [L,QSA]
Wouldn't it be better to ask the seller about this? In this way, you can give people the right answer.Hi can
@Null Masters @phpCore @ChintanBhat
can any of you have a look over this code and see if there are any callbacks providing server info back to the dev?
I have had a look and can not find anything just to get a second pair of eyes as well thanks
really like the seller is going to say yeah just open this file and remove this and remove the callbackWouldn't it be better to ask the seller about this? In this way, you can give people the right answer.
stop giving unconscious answers. The .htaccess codes that you say are not necessary are important to increase the speed of the website.
I tried to install on Nginx, but script is depending on .htaccess so i reconfigure server with apache2have you install it on an apache server or Nginx as the code is set up for apache and the rewrites may not work on Nginx as there all from the .htaccess and I don't think Nginx will use that file
I have it installed on xampp on windows
this is what i should leave in .htaccess right?Remove all not required stuff from the .htaccess
Apache config:Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index\.php/$1 [L,QSA]
i will try this now thank youis a common bug, to solve type in your terminal: a2enmod headers
I tried to install on Nginx, but script is depending on .htaccess so i reconfigure server with apache2
this is what i should leave in .htaccess right?
i will try this now thank you
could you share working .htaccess file? seems like mine is broken afstop giving unconscious answers. The .htaccess codes that you say are not necessary are important to increase the speed of the website.
could you share working .htaccess file? seems like mine is broken af
I spent a week to resolve this damn error, it may have different causes, I resolved this same error from different ways,
To identify the exact error, go to: / var / log / apache2