Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Yehuda Katz
When you ask a question on a user discussion list, you need to be patient. No one on this list is being paid to answer your questions - if you must have your question answered in a particular amount of time, you should probably find a consultant who you can pay to help you. Disclaimer about

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread KARANDEEP SINGH DHALIWAL
is nobody knows about it? On Sun, Nov 22, 2015 at 1:43 PM, KARANDEEP SINGH DHALIWAL < dhaliwal...@gmail.com> wrote: > No, because I don't have knowledge about it. I am new here. Could you > please guide me? what I have to change. > > On Sun, Nov 22, 2015 at 12:36 PM, Yehuda Katz

[users@httpd] How to switch between two Apache instalations?

2015-11-22 Thread Tylik
Some time ago I installed Apache 2.2.29 with this manual: https://echo.co/blog/os-x-1010-yosemite-local-development-environment-apache-php-and-mysql-homebrew into this directory:

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Yehuda Katz
The error log says the configuration that is denying access is in that .htaccess file. Can you post the contents of that file (putting it in a pastebin or gist and sending the link is a good way to avoid losing the formatting in an email). - Y Sent from a device with a very small keyboard and

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread KARANDEEP SINGH DHALIWAL
httpd.conf = https://gist.github.com/dhaliwaljee/264eddd3958f01925d94 .htaccess = https://gist.github.com/dhaliwaljee/f263e27bede345a99639 On Sun, Nov 22, 2015 at 9:27 AM, Yehuda Katz wrote: > The error log says the configuration that is denying access is in that > .htaccess

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Jim Paniagua
sorry i have been getting attacked here once again .. the attack started when my browsers cert. was expirred .. so from that point he took over .. this has been going on for 15 + years now with me losing many computers on the way .. i needed to go to the extreme this time to almost destroy my

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread KARANDEEP SINGH DHALIWAL
No, because I don't have knowledge about it. I am new here. Could you please guide me? what I have to change. On Sun, Nov 22, 2015 at 12:36 PM, Yehuda Katz wrote: > Did you change AllowOverride, and add RewriteEngine On anywhere in the > config? Otherwise mod_rewrite won't

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread KARANDEEP SINGH DHALIWAL
I tried it and change permalinks but it still not working and having a same problem. In httpd.conf on line 154, LoadModule rewrite_module modules/mod_rewrite.so is already enabled On Sun, Nov 22, 2015 at 11:31 AM, Yehuda Katz wrote: > You have AllowOverride set to none and

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Yehuda Katz
Did you change AllowOverride, and add RewriteEngine On anywhere in the config? Otherwise mod_rewrite won't work. Sent from a device with a very small keyboard and hyperactive autocorrect. On Nov 22, 2015 1:23 PM, "KARANDEEP SINGH DHALIWAL" wrote: > I tried it and change

Re: [users@httpd] How to switch between two Apache instalations?

2015-11-22 Thread Kurtis Rader
On Sun, Nov 22, 2015 at 6:33 AM, Tylik wrote: > Some time ago I installed Apache 2.2.29 with this manual: > https://echo.co/blog/os-x-1010-yosemite-local-development-environment-apache-php-and-mysql-homebrew > into this directory:

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Yehuda Katz
You have AllowOverride set to none and you don't have mod_rewrite turned on anywhere else in your config, so this isn't a rewrite problem. The reason " http://localhost/KayD/index.php/2015/11/20/hello-world/; works is because Wordpress is processing the PATH_INFO of the URL. You should try