0
votes
0answers
10 views
301 redirection help on wordpress
Hello all friends,
I'm searching for a 301 redirect rules in .htaccess for the last one week. I have visited many similar pages here too. But all are not working for me. So I'm asking help from …
0
votes
2answers
17 views
mod_rewrite trailing slash with RewriteCond
I have searched through the related mod_rewrite qustions but I can't anything specific enough so I'll post:
Heres my rule that adds a trailing slash:
RewriteCond %{REQUEST_URI} ^/[^\.]+[^/]$
…
1
vote
2answers
38 views
Using URL contents to send data(post or get) to a PHP page.
OK, I am creating a questionnaire application that is managed by a single user on /manage. There, he can create multiple questionnaires, each with a different name and set of settings(registered …
0
votes
1answer
28 views
Simple Help with htaccess
I need some help with a redirect:
How do I take any URLs with www.example.com/blog/ and anything else after it, (.*) and strip it down to just the text after /blog/?
I've never really done rewrites, …
0
votes
3answers
20 views
Setting a default Apache RewriteRule entry
I want to set a 'default' rewrite rule to catch anything that didn't match the previous rewrite entries. I've tried this:
RewriteRule ^(.*)/?$ index.php?url=$1 [L]
But the output returned is:
url …
0
votes
1answer
23 views
mod_rewite advice
Hi Guys,
I was wondering if you could advise if there is a more efficient way of writing what I have below? Could this be acheived in the 1 rule?
RewriteRule …
0
votes
2answers
35 views
.htaccess mod_rewrite - how to exclude directory from rewrite rule
Hello all!
I have 8 lines of rewrite rules in my .htaccess file. I need to exclude two physical directories on my server from these rules, so they can become accessible. For now all requests are sent …
1
vote
4answers
63 views
.htaccess URL rewrite help!
Hi guys,
I am using .htaccess and mod_rewrite in my little PHP framework. It's working nicely, but I want to expand on just having it redirect everything to index.php.
My directory structure is …
0
votes
2answers
20 views
Mod_rewrite Question
I have an HTML file I want rewritten as a subfolder on the server.
http://www.example.com/kids-and-family/185-summer-camp.html
to be shortened to:
http://www.example.com/camp
Is there an rewrite …
0
votes
1answer
15 views
mod rewrite everything but one request_uri
Hey all,
I'm running a project site that has a zend framework in one folder, and a Project Pier (sort of Basecamp) install in a completely different folder (because it was installed way earlier, …
0
votes
3answers
20 views
mod_rewrite and hyperlinks
Hi Guys,
I'm trying to get my head around mod_rewrite and friendly URLS.
OK, on a very basic level I have the following rule:
RewriteRule ^register$ register.php [L]
This allows me to browse to …
0
votes
2answers
17 views
mod_rewrite not working consistently
I've got a rewriting scheme going on that was working fine. Basically, anything in the url is passed as a querystring to index.php, so /dave/bob is rewritten to /index.php?page=dave/bob. I deal with …
0
votes
1answer
21 views
mod_rewrite not using multiple rules
I'm still pretty lost with mod_rewrite as its incredibly new to me. I'm trying to set up a few rules for better urls. However, after playing around with it for awhile it appears that it only ever uses …
0
votes
1answer
30 views
Apache/Tomcat site nesting
Hello,
I have two standalone sites in tomcat webapps folder
$TOMCAT_HOME/siteA which is registered in DNS as siteA.example.com and
$TOMCAT_HOME/siteB which is NOT registered in DNS
Both sites are …
0
votes
1answer
20 views
Mod Rewrite with Joomla
Basically I have a joomla instance with an article that uses URL rewriting.
http://example.com/kids-and-family/185-summer-camp.html goes to the corresponding article when typed into the url.
I now …
