0
votes
0answers
17 views
Getting .htaccess to work for all directories
I'm having a problem with .htaccess.
I've inserted
<IfModule mod_php5.c>
php_flag include_path ".:/usr/local/lib/php:library/"
php_admin_flag safe_mode on
</IfModule …
0
votes
2answers
32 views
.htaccess Redirect non-WWW to WWW preserving URI string
I'm running the CodeIgniter platform, which uses .htaccess to accept URLs like
http://www.mysite.com/controller/function/argument
I currently use some .htaccess rewrites, namely …
0
votes
1answer
12 views
How to setup .htaccess redirect for particular category blogs (wordpress)
I have URL scheme for my blog like this:
http://www.example.com/%YEAR%/%MONTH%/%CATEGORY%/%POST%5FTITLE%/
Now i want to redirect a particular category blogs to a different domain. …
0
votes
1answer
26 views
.htaccess for clean URL not working
I am working with PHP and htacess for the first time. I am passing a variables in a query string to a URL and want this URL to look clean. Please help.
.htaccess file
RewriteEn …
0
votes
2answers
29 views
URL Aliasing using .htaccess
i'm having 'domainname1/folder/' .In Domainname1 i'm having a subdirectory which is a subdomain (abc.mydomain.com) of other domain. but this is referred to 'domainname1/folder/' . …
0
votes
3answers
38 views
RewriteRule with string starting “http://”
Hi,
I'm having problems working out how I can do the following using htaccess:
http://isitup.org/http://example.com => http://isitup.org/example.com
I think the problem is the s …
0
votes
5answers
43 views
what does this rewrite actually do ?
RewriteCond %{REQUEST_URI} ^/new/
RewriteRule ^(.*)$ new.php?title=$1 [L,QSA]
im confused as to what this does....
what does the REQEUST_URI do ?
1
vote
6answers
77 views
Accessing URLS by www.example.com/page instead of www.example.com/page.php
What handles the disabling of the extension? Is it APACHE or the PHP install? How would one go about configuring the web server where the .php extension is not required? Is there a …
0
votes
1answer
18 views
Duplicate content with forwarding from TLD to different ‘start page’
I came across something interesting today.
See this site.
Notice that the TLD automatically forwards to /about-alc/. This is because, the home section is actually called 'About A …
0
votes
2answers
17 views
301 Redirect with htaccess and Cache: How to Delete Old Cache?
So after much help and research I've FINALLY been able to get the 301 redirects working via .htaccess file, but I noticed that unless I actually hit 'refresh' on my browser it will …
0
votes
0answers
13 views
Masking Domain URL with Sub domain URL
Hai i'm having a subdomain (abc.example.in) but this is referred to mydomain/folder . the thing is i want the mask URL links and the masked url should be displayed following with s …
0
votes
2answers
44 views
How to use rewriterule to redirect to a php file in the same folder?
I would like to take requests for /somefolder/style.css and handle them with /somefolder/program.php
So, I put the following in my .htaccess file:
rewriteengine on
rewriterule ^ …
0
votes
6answers
39 views
How to use errordocument to redirect to a php file in the same folder?
I want to take requests for missing files in a specific folder and redirect them to program.php in that folder.
This is a program I will use a lot in different places, and I would …
0
votes
0answers
20 views
Limit access on login and IP in .htaccess
There are many examples showing how to use .htaccess to restrict users by login or on their IP address (i.e they are ok from the ones given without authorisation). For some reason …
0
votes
2answers
14 views
subdomains pointing subfolders with mod rewrite
Hi I'm quite new to PHP... And need something to do as fast as I can..
I have some clients within the "clients" directory like here...
"http://domain.com/clients/client0001/fluids …
