LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Permalinks not working in Apache2 Ubuntu 16.10 (https://www.linuxquestions.org/questions/linux-software-2/permalinks-not-working-in-apache2-ubuntu-16-10-a-4175581260/)

intel1212 06-03-2016 07:07 AM

jeenifer36
 
jeenifer36 i like to know did this help>?this topic any luck

Habitual 06-03-2016 09:42 AM

Quote:

Originally Posted by jeenifer36 (Post 5555107)
Same problem with my website.

Welcome to LQ!
Please review https://www.linuxquestions.org/quest...0/#post5554602

What you want to look for is
"AllowOverride" in your apache's site.conf file.

The way to tell which site.confs are loaded is
Code:

sudo apache2ctl -S
and you'll see something like:
Code:

default server domain.com (/etc/apache2/sites-enabled/000-default:3)
may not be exact as you could have more than 1 site.
1 site, 1 site.conf is the general practice.

So. htaccess is disabled on apache2.4'ish
You need to find "AllowOverride None" in your site(s) located in /etc/apache2/sites-enabled/
so, issue this in terminal:
Code:

sudo grep "AllowOverride" /etc/apache2/sites-enabled/*
and change "AllowOverride None" to "AllowOverride All" in each of those don't forget to restart apache2
Code:

sudo apache2ctl graceful
does the job.

Let us know.

intel1212 06-04-2016 03:56 PM

thank you
 
thank you sorry for delay i give that try.i have webmin so i don t if it change any thing i let you know how get on

intel1212 06-04-2016 04:03 PM

Habitual had look in apache's folder for abuntu 16.10 i can see that site.config not there
so i think it may be difference from old versions or it may be called another file name

intel1212 06-04-2016 04:05 PM

its all working from my side now mys is being sloved Habitual is this to help jeenifer36 i let you get on with this topic but you be great help thank you

vturesult 06-05-2016 12:07 AM

problem solved... thank you bro....intel 1212

Habitual 06-05-2016 07:05 AM

Glad it worked out.

manishdangar999 07-22-2016 05:19 PM

Ubuntu With Rio 2016 Live
 
It Worked Thankx for helped
Visit Rio Olympic Game 2016 live in Ubuntu Version


All times are GMT -5. The time now is 10:57 AM.