@Rahul Gupta I am using wamp, yes i restart my server.
Hi @Aveeva
If this doesn't work then you have problem with apache configuration.
Do this steps:-
sudo gedit /etc/apache2/apache2.conf
and replace this code :
<Directory /var/www/>Options Indexes FollowSymLinks AllowOverride none Require all granted
with
<Directory /var/www/>Options Indexes FollowSymLinks AllowOverride All Require all granted
sudo service apache2 restart
Hi @Aveeva
for finding your configuration file you can use this link.
https://stackoverflow.com/questions/25105926/wamp-server-changing-httpd-conf-for-apache
@Rahul Gupta No luck, tried everything still facing same issue.
@Rahul Gupta Yes i restart my sever.
Hi @Aveeva
Can you create info.php file on the root with the below code.
<?php phpinfo(); ?>
Then check if the mod rewrite module is enabled on it.
Thanks
@Rahul Gupta My phpinfo https://snipboard.io/uYEaZy.jpg