I know this question has been asked numerous times during the past versions of Drupal. But once again the systems have changed so much that none of the solutions I've found works on Drupal 7.12.
I used to have a htaccess-file placed inside the httpdocs-folders alongside with Drupal, and it partially worked on older versions when entering the front- and live-page of my website (which you can now only enter via "default-URL"). For reference, you were able to to enter the live page with this link: http://pavescorner.com/live But after the patch and some other maintenances on my website, the link has to be like this now: http: //pavescorner.com/drupal/live (hyperlink limit made me add that space)
During those test when I tried to make another working htaccess-file, I accidentally destroyed it old working one for the home-page, and now you can only enter my homepage with the /drupal subdirector.
So my question is: What kind of htaccess-file codeline thinagmajik I need this time around to replace /Drupal on my whole website (public http-URL-paths, that is)? Or is there another way to hide the /Drupal on the URL-paths?
If you'd need some more infromation, feel free to ask.
And please, the more "practical"-solution you're able to suggest me, the better: I'm not too with cipher nor any other code languages. The less I need to change some codes by my hands, the better.
Edit: Found the old solution I had, it was like this in the htaccessfile:
RewriteEngine on
RewriteRule (.*) drupal/$1 [L]
it was located here: http://drupal.org/node/133532
Inserting this as extra into to the suggested htaccess line did the job too without any conflict. But I used to use/tested this code alone too. In other words, those two lines enough ennable clean frontpage url alongside the sites/defaults/(default)settings.php
Edit 2: I've celebrated slighty too early, since as i've cemmented below, found that the old bugger has returned, which I call "autohomer". Which means that every direct link without /drupal now only leads to homepage while still retaining the inserted url (ie. .com/live). I'm starting to feel that i'd also need to configure the /sites/defaults/settings.php too into something that just only my homapage.