Translate this page

Recent Posts
- Logging into your Server via RDP
- Using cURL to get all links in a webpage
- Command line BitTorrent client for Centos 5.4
- Additions Installation and SSH Access to a Sun VirtualBox
- PHP Parse Error: syntax error, unexpected $end
- Apache and phpmyadmin with SSL/TLS
- How to obtain facebook password
- Enable Windows 7 God Mode
- Reformat Nokia Drive C:
- Google DNS vs OpenDNS




man a2enmod
a2enmod rewrite
/etc/init.d/apache2 restart
Hey buddy, great guides here. I have enabled my phpMyAdmin, Apache and MySQL in my local Server.
Thanks a lot. What do you want in exchange? Scripts? You have a lot of them. Domain? Ah, you already have it. Thanks for everything bro…
thank you very much. i read a lot of sites and still had problem with this rewrite stuff. What helped me was the part
ServerName modastig
DocumentRoot /home/mod/www
Thx alot, it worked for me :)
It worked perfectly… thanks a lot. This linux stuff is complicated but i’ll keep trying. I hope some day i understand it better….
To quote binary (adding sudos):
man a2enmod
sudo a2enmod rewrite
sudo /etc/init.d/apache2 restart
If you cd to mods-enabled and do an ls -l you will notice that these are all just symbolic links (same with sites-enabled). Binary wanted you to read the man page of a2enmod so you would understand what your doing. This post seems to just be an unnecessary hack. You don’t need to touch or edit any file they are already there for you just not enabled.
Dude, as CraZy675 says, you just have go to the /etc/apache2/mods-enabled and do this:
“ln -s ../mods-available/rewrite.load rewrite.load”
That’s all.
Hey bro, what I want it to serve my scripts at MS formatted partition named /media/New Volume? what should I do with the “sudo gedit /etc/apache2/sites-available/default” ?
Thanks in advance
ServerName domain2
DocumentRoot /media/New_Volume
but im not so sure if this will work if it is MS formated “NTFS”, test it and show me the resutlts,
Thank you very much!
Good tutorial and it really worked ;)
Guido
Thanks the modrewrite works good.
Thanks so much .. it helps me a lot.. thanks..
Von
The tutorial is excellent !!!
It worked for me too … txs man …
great post . thanks