Tagged Questions

0
votes
1answer
19 views

How to increase the idle session expiry in php through htaccess?

Anybody can help on how to increase session expiry in php through htaccess? So far I got this: php_value session.cookie_lifetime 14400 php_value session.gc_maxlifetime 14400 php …
0
votes
1answer
11 views

Have .htaccess ask for password depending on domain name

We have several domain name aliases all pointing to the same server and directory (just aliases). But I'd like to password-protect (htaccess) the site when people come from certai …
1
vote
4answers
46 views

can you get me * out aaa.*.domain.com using regex ?

Hi, No matter how hard I try I can't get this.. This matches the whole domain only when it's format is aaa.bbb.ccc . ^[^.]+\.[^.]+\.[^.]+$ Our domain name is static (domain.com …
0
votes
5answers
51 views

Mod Rewrite path issues

I have successfully created rewrite rules to handle URLs like http://example.com/xyz http://example.com/xyz/ http://example.com/xyz/abc http://example.com/xyz/abc/ Here is the …
1
vote
2answers
18 views

ErrorDocument 404 Not Sending Referrer Information: PHP

I'm using a standard htaccess ErrorDocument 404 to redirect users to a new page. In order to customize the 404, I need to know their referrer information (from the page they Tried …
0
votes
0answers
15 views

Is there a better way to handle authentication?

Right now I have a server set up for multiple clients: clientA, clientB, clientC. Each client has their own users. The way I have it setup is clientA goes to http://www.site.com/ …
0
votes
2answers
12 views

.htaccess File Options -Indexes on Subdirectories

I have the following .htaccess line, simple no indexes on root. Options -Indexes What do we add so it propagates to any sub directory instead of having to create one file for ea …
0
votes
2answers
25 views

Deny access to XML files

Is there a way to deny direct access to a XML file without affecting access to the SWF?
1
vote
2answers
26 views

Why am I getting a redirect loop?

I have a website with a for example (http://example.com). I want any requests for / i.e. http://example.com to be redirected to http://example.com/stuff. I added a .htaccess file w …
0
votes
2answers
20 views

Mod Rewrite ignoring -d

After a day or two, I am still fighting with Mod Rewrite. It seems that 60% of my development time is spent battling the server. My current URL structure is such that all http://e …
0
votes
1answer
28 views

.htaccess rewrite rule

I am attempting to have the following url http://mysite.com/orders/10000111 rewritten to http://mysite.com/orders/details.pl/10000111 Here is what I have in my .htaccess Rewrit …
-1
votes
5answers
60 views

how to add php tag in htaceess file

how i can write a PHP file that overwrites .htaccess with the correct information
-2
votes
4answers
65 views

Find all htaccess files on server

Hello, I'm looking for a Linux command to go through all the directories on my server and find all .htaccess files. The output would be a list of all those files with full path, c …
0
votes
1answer
30 views

.htaccess redirect to a directory

This is a very silly question but I am pretty weak in htaccess. I want all files (php, css, javascripts and images) located at http://localhost/template/* to point to http://local …
0
votes
3answers
41 views

htaccess rewrite causes 500 error instead of 404

I've recently added this little bit of code to my .htaccess RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1.php [L,QSA] Ok, I underst …

1 2 3 4 5 52 next
15 30 50 per page