Current Page: 1 of 1
Results 1 - 13 of 13
14 years ago
shadyyx
Thank You for the article. Just one question: I am placing projects and applications outside c:/wamp/www/ from certain reason, so is it possible to create a virtual host and specify its DocumentRoot different as the one set in httpd.conf ??? So it would look like: <VirtualHost *:80> ServerName www.domain.com ServerAlias domain.com domain DocumentRoot C:/www/domain ErrorLog C:/
Forum: WampServer English
14 years ago
shadyyx
Thanks, using RewriteBase helped for that case. That means that for every alias I am using I have to add this RewriteBase rule??? Lets say, I have an alias created like Alias /drupal/ "c:/www/CMS/drupal/" and then I have to add a rule to .htaccess: RewriteBase /drupal/ or whatever??? Many thanks for help!!!
Forum: WampServer English
14 years ago
shadyyx
Because I create aliases for folders outside c:/wamp/www - I create them for c:/www/. Better reading - less misanderstandig... I've written: "mostly I create apps in c:/www/ and create an alias for it" and Alias /testrewrite/ "c:/www/testrewrite/" => that all means, I have to create an alias...
Forum: WampServer English
14 years ago
shadyyx
Hello again. Many thanks for your sample test. I've tried it and the result is as follows: I've put it in c:/wamp/www -> WORKED fine. But mostly I create apps in c:/www/ and create an alias for it, so next I tried to put /testrewrite/ in c:/www/ and created an alias. Result: 404 w/ "The requested URL /www/testrewrite/index2.html was not found on this server" message. Here
Forum: WampServer English
14 years ago
shadyyx
OK, I'll try it. Your email is hidden, so can You, please, let me know at my email (mine should be visible)? If it won't work, I'll email you, otherwise no bothering, don't worry ;-)
Forum: WampServer English
14 years ago
shadyyx
Thanks yfastud. I'd expected that kind of answer (from somebody). Problem is - if nothing is working (nice URLs in Joomla, in Drupal, in Wordpress => where it should be working FINE from the very start, then other rewrite rules/conds in other applications (like my own)) - you have to look for problem at the base. So how it is possible, that for everybody (except me) rewrite rules are
Forum: WampServer English
14 years ago
shadyyx
Yep, when typed 'hello' into the .htaccess, it displayed a 500 page. I've checked http.conf - there is AllowOverride all. I've checked alias .conf file for the URL in post above and configs are: Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all
Forum: WampServer English
14 years ago
shadyyx
OK, I did set te listen port to 80 and tested mod_rewrite. NOT WORKING! Here's my .htaccaess: Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_URI} ^/([0-9a-zA-Z\.\-]*)\.(p|a)([0-9]*)\.html RewriteRule (*)\.p([0-9]*)\.html index.php?p=$2 RewriteRule (*)\.a([0-9]*)\.html index.php?a=$2 And here's like the URL should look like:
Forum: WampServer English
14 years ago
shadyyx
OK, I'll give it a try - but it doesn't answer my question :-) Could be mod_rewrite misfunction caused by listen port set to "not default" settings??? Anyway, I'll try to change settings of skype and to change the listen port back to 80 and will see, if problem persists... Thanks for now...
Forum: WampServer English
14 years ago
shadyyx
Thanks for reply. The problem is not just with Drupal, I cannot use mod_rewrite anywhere else... It always turns into 404 or dies in loop redirectioning... It doesn't matter if I use Drupal, Joomla, own app or whatever working example (as creator proclaim) -> it does not work... May all this be caused by my listen port set to 81 (instead of default 80 - reason is Skype that is also li
Forum: WampServer English
14 years ago
shadyyx
Hi guys. My problem is as follows: I have mod_rewrite (or rewrite_module) enabled. (did through wamp tray icon > Apache > Modules > left click on module >> Apache restarted and also checked in http.conf file -> module was uncommented!). But still I cannot get mod_rewrite to work!!! E.g. my local Drupal installation do not allow me to turn it on in settings in admin
Forum: WampServer English
17 years ago
shadyyx
I have also forgotten to mention that I am using Win XP Pro, for some people that would try to explain I am using 95, 98 or ME and would not understand it from my post where I mentioned I was succesfully using WAMP for half of year...)
Forum: WampServer English
17 years ago
shadyyx
Hello people. I would like to ask You what is wrong with my WAMP5 - when clicking on icon (starting wampserver), it starts immediately, but all services stay stopped...and nothing is done after trying to start them, even when I restart wampserver...no result when exiting and re-starting wampserver... This is happening on one of my computer. On the next one, the wampserver starts, with services
Forum: WampServer English
Current Page: 1 of 1