Posts

Showing posts from December 23, 2018

Apache rewrite URL not working in vhost.conf

Image
0 this my vhost.conf <VirtualHost *:80> <files xmlrpc.php> order allow,deny deny from all </files> ServerName www.myserver.com ServerAlias myserver.com DocumentRoot /var/www/vhosts/www.myserver.com <Directory /var/www/vhosts/www.myserver.com> Options Indexes FollowSymLinks AllowOverride All Require all granted # AllowOverride None #Order Allow,Deny #Allow from All #Deny from 124.43.19.230 <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # Restrict access to PHP files from plugin and theme

wifi connected but no internet access in ubuntu 16.04 lts

Image
0 In my ubuntu 16.04 lts wifi is connected but no internet access where problem exit & How to fix this problem?I already try google,askubuntu,superuser,unix & linux all solution but not working 16.04 wireless xubuntu open-source share | improve this question edited Dec 18 at 7:02 asked Dec 18 at 6:39 Mafuj Shikder 1 2