Search found 6 matches
- Mon May 11, 2015 8:36 am
- Forum: The Lounge
- Topic: pretty urls problem / redirection to subdirectory
- Replies: 14
- Views: 5449
Re: pretty urls problem / redirection to subdirectory
thank you jo morg for your patient listing of points lacking my problem description. here are the details that might help you for getting behind my problem: i want to have the url like: http://website/pagename.html (or similar); i tried the following .htaccess file in http://some.servername.net/webs...
- Sun May 10, 2015 7:04 pm
- Forum: The Lounge
- Topic: pretty urls problem / redirection to subdirectory
- Replies: 14
- Views: 5449
Re: pretty urls problem / redirection to subdirectory
dear Dr. CSS, good question - i will have to ask my provider why he has buried my domain deeply, deeply down in his server dungeons. :-) dear Jo Morg, you are right - i did not list my system informations. here they are: CMS Made Simple 1.12, PHP 5.4.25, MySQL 5.0.37, working with apache/2.0.59easyt...
- Sat May 09, 2015 8:48 pm
- Forum: The Lounge
- Topic: pretty urls problem / redirection to subdirectory
- Replies: 14
- Views: 5449
Re: pretty urls problem / redirection to subdirectory
jo morg, thank you for your advice, but changing the rewritebase that way does not change the website behaviour. i still get 404 and The requested URL /website/cmsmadesimple/post_slug was not found on this server. the url shown in the browser is http://some.servername.net/website/cmsmadesimple/post_...
- Sat May 09, 2015 7:39 pm
- Forum: The Lounge
- Topic: pretty urls problem / redirection to subdirectory
- Replies: 14
- Views: 5449
Re: pretty urls problem / redirection to subdirectory
Thanks Dr. CSS,
i already set the .htacces the way you described:
but this did not work the way i supposed it should.
or did you mean like this:
i already set the .htacces the way you described:
Code: Select all
RewriteBase /cmsmadesimple
or did you mean like this:
Code: Select all
RewriteBase /some.servername.net/website/cmsmadesimple
- Sat May 09, 2015 5:59 pm
- Forum: The Lounge
- Topic: pretty urls problem / redirection to subdirectory
- Replies: 14
- Views: 5449
Re: pretty urls problem / redirection to subdirectory
thank you rolf, the first part of my problem seems to be solved by placing the following code in the htaccess file: # redirect to www-directory and hide the /www in the URL RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule !^cmsmadesimple(/?|/.+)$ /cmsmadesimple%{REQUEST_URI} [L] the index.php in the s...
- Sat May 09, 2015 5:08 pm
- Forum: The Lounge
- Topic: pretty urls problem / redirection to subdirectory
- Replies: 14
- Views: 5449
pretty urls problem / redirection to subdirectory
hi there, i have already read a lot of forum entries about this topic but they all could not help my with my problem. the thing is my installation of cms made simple is in a subdirectory www.website.xy/cmsmadesimple/ . until now, i placed a index.html file in my root folder with a redirect. since th...